Skip to content

Commit 4ff7ab6

Browse files
committed
chore: clean-up
1 parent 420b2e8 commit 4ff7ab6

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
@@ -64,7 +64,7 @@
6464
"js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
6565
"localhost": "browser-sync start --server \"./dist\" --serveStatic \"./\" --files \"./dist/\"",
6666
"postinstall": "node build/postinstall || exit 0",
67-
"pug": "node build/pug.mjs --dest=src/views/",
67+
"pug": "node build/pug.mjs",
6868
"release-version": "node build/change-version.mjs",
6969
"serve": "serve dist",
7070
"start": "npm-run-all --sequential clean css js sync --parallel localhost watch",

0 commit comments

Comments
 (0)