2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

fixing debug

This commit is contained in:
Matthias Mair 2021-11-05 22:15:33 +01:00
parent 532bcc259b
commit 88a2d84ad1

View File

@ -5,7 +5,7 @@
"scripts": {
"preinstall": "npx npm-force-resolutions",
"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",
"css:dev": "parcel watch styles/index.css --no-source-maps",
"css:rel": "parcel build styles/index.css --no-source-maps"