From 5efb6f8a36967ef14d43497c75b6d332f75912b6 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Tue, 2 May 2023 18:02:10 -0700 Subject: [PATCH] perf(windows): update dev script #274 Changes to be committed: modified: template/package.json --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index 5fca34e..34b3c3b 100644 --- a/template/package.json +++ b/template/package.json @@ -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",