Skip to content

Commit 2e99d8a

Browse files
committed
build: update scripts
1 parent 4ff7ab6 commit 2e99d8a

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
@@ -63,7 +63,7 @@
6363
"js-compile": "cross-env babel src/js/ --out-dir dist/js/ --source-maps",
6464
"js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
6565
"localhost": "browser-sync start --server \"./dist\" --serveStatic \"./\" --files \"./dist/\"",
66-
"postinstall": "node build/postinstall || exit 0",
66+
"postinstall": "node build/postinstall.mjs || exit 0",
6767
"pug": "node build/pug.mjs",
6868
"release-version": "node build/change-version.mjs",
6969
"serve": "serve dist",

0 commit comments

Comments
 (0)