Skip to content

Commit

Permalink
perf(windows): update dev script #274
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   template/package.json
  • Loading branch information
blackfalcon committed May 9, 2023
1 parent 1a628fa commit 5efb6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"bundler": "rollup -c",
"bundler:test": "rollup -c -w",
"scssLint": "stylelint \"./src/**/*.scss\"",
"dev": "concurrently --kill-others 'npm run build:watch' 'npm run serve'",
"dev": "concurrently --kill-others \"npm run build:watch\" \"npm run serve\"",
"dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"esLint": "./node_modules/.bin/eslint src/**/*.js",
"linters": "npm-run-all scssLint esLint",
Expand Down

0 comments on commit 5efb6f8

Please sign in to comment.