workflow: dev script running serve script as well

This commit is contained in:
Roberto Tonino 2021-07-17 15:15:46 +02:00
parent 597b7de833
commit 8f7256882a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"build:js": "rollup -c",
"watch:js": "rollup -c -w",
"minify": "esbuild public/js/bundle.temp.js --outfile=public/js/bundle.js --minify",
"dev": "npm-run-all --parallel watch:js",
"dev": "npm-run-all --parallel serve watch:js",
"build": "npm-run-all --sequential clean build:js minify clean-temp",
"lint": "eslint src/**/*.{js,vue} --fix",
"lint-tests": "eslint src/**/*.js --fix",