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 4ff7ab6 commit 2e99d8aCopy full SHA for 2e99d8a
package.json
@@ -63,7 +63,7 @@
63
"js-compile": "cross-env babel src/js/ --out-dir dist/js/ --source-maps",
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",
+ "postinstall": "node build/postinstall.mjs || exit 0",
67
"pug": "node build/pug.mjs",
68
"release-version": "node build/change-version.mjs",
69
"serve": "serve dist",
0 commit comments