mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
fixing debug
This commit is contained in:
parent
532bcc259b
commit
88a2d84ad1
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx npm-force-resolutions",
|
"preinstall": "npx npm-force-resolutions",
|
||||||
"setup": "gem install bundler && bundle install && npm i",
|
"setup": "gem install bundler && bundle install && npm i",
|
||||||
"start": "concurrently --kill-others \"npm run css:dev\" \"jekyll serve\"",
|
"start": "concurrently --kill-others \"npm run css:dev\" \"bundle exec jekyll serve\"",
|
||||||
"build": "npm run css:rel && jekyll build",
|
"build": "npm run css:rel && jekyll build",
|
||||||
"css:dev": "parcel watch styles/index.css --no-source-maps",
|
"css:dev": "parcel watch styles/index.css --no-source-maps",
|
||||||
"css:rel": "parcel build styles/index.css --no-source-maps"
|
"css:rel": "parcel build styles/index.css --no-source-maps"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user