We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
script
npm start
1 parent 0587712 commit 55ac5b4Copy full SHA for 55ac5b4
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"watch:sass": "npm run sass:compressed -- --watch",
16
"watch:postcss": "npm run postcss -- --watch",
17
"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:*",
+ "start": "npm-run-all --parallel watch:eleventy",
19
"dev": "npm run watch",
20
"test:highlightjs-lines": "node ./lib/highlightjs-lines.test.js",
21
"test": "node --test"
0 commit comments