mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
fix: node-sass problem when local development
This commit is contained in:
parent
06094b679f
commit
c9344e1d83
@ -4,7 +4,7 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "npm run css:watch & npm run js:watch",
|
||||
"start": "npm run css & npm run css:watch & npm run js:watch",
|
||||
"css": "node-sass ./static/css/scss/style.scss -o ./static/css",
|
||||
"css:watch": "npm run css -- -w",
|
||||
"css:autoprefixer": "postcss --no-map --use autoprefixer -o ./static/css/style.css ./static/css/style.css",
|
||||
|
Loading…
Reference in New Issue
Block a user