We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420b2e8 commit 4ff7ab6Copy full SHA for 4ff7ab6
package.json
@@ -64,7 +64,7 @@
64
"js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
65
"localhost": "browser-sync start --server \"./dist\" --serveStatic \"./\" --files \"./dist/\"",
66
"postinstall": "node build/postinstall || exit 0",
67
- "pug": "node build/pug.mjs --dest=src/views/",
+ "pug": "node build/pug.mjs",
68
"release-version": "node build/change-version.mjs",
69
"serve": "serve dist",
70
"start": "npm-run-all --sequential clean css js sync --parallel localhost watch",
0 commit comments