Skip to content

Commit ce0320d

Browse files
committed
chore: add missed devDependecies
1 parent 2f9890c commit ce0320d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"js-compile": "cross-env PLUGINS=true babel src/js/src/ --out-dir src/js/ --source-maps",
5757
"js-lint": "eslint src/js/src",
5858
"localhost": "browser-sync start --server \"./src\" --serveStatic \"./\" --files \"!./src/js/src/**/*, ./src/**/*, !./src/scss/**/*\"",
59+
"localhost-dist": "browser-sync start --server \"./dist\"",
5960
"release-version": "node build/change-version.js",
6061
"serve": "npm-run-all --parallel localhost watch-css watch-js",
6162
"watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\"",

0 commit comments

Comments
 (0)