Skip to content

Commit 55ac5b4

Browse files
committed
update: script — update and use npm start
1 parent 0587712 commit 55ac5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"watch:sass": "npm run sass:compressed -- --watch",
1616
"watch:postcss": "npm run postcss -- --watch",
1717
"build": "npm run sass:compressed && npm run postcss && npm run minify:js && eleventy && npm run prettify:html",
18-
"start": "npm-run-all sass:compressed postcss --parallel watch:*",
18+
"start": "npm-run-all --parallel watch:eleventy",
1919
"dev": "npm run watch",
2020
"test:highlightjs-lines": "node ./lib/highlightjs-lines.test.js",
2121
"test": "node --test"

0 commit comments

Comments
 (0)