chore: update deploy command
This commit is contained in:
parent
170f44c1a8
commit
d134994ef3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node-sass -w --output-style=compressed lib/heti.scss demo/heti.min.css",
|
"start": "node-sass -w --output-style=compressed lib/heti.scss demo/heti.min.css",
|
||||||
"build": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed",
|
"build": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed",
|
||||||
"deploy": "npm run build && gh-pages -d demo",
|
"deploy": "gh-pages -d demo",
|
||||||
"test": "npx stylelint --config .stylelintrc 'lib/**/*.scss'"
|
"test": "npx stylelint --config .stylelintrc 'lib/**/*.scss'"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue