1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

add npm run to dev builds

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-11-19 15:39:14 -05:00
parent 0e27ba96fb
commit 1b7b894161
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"main": "dist/main.js", "main": "dist/main.js",
"scripts": { "scripts": {
"build": "npm run webpack -p", "build": "npm run webpack -p",
"dev": "webpack --watch", "dev": "npm run webpack --watch",
"test": "jest --passWithNoTests --env=jsdom src $@" "test": "jest --passWithNoTests --env=jsdom src $@"
}, },
"dependencies": {}, "dependencies": {},

View File

@ -6,7 +6,7 @@
"renderer": "dist/renderer.js", "renderer": "dist/renderer.js",
"scripts": { "scripts": {
"build": "npm run webpack -p", "build": "npm run webpack -p",
"dev": "webpack --watch", "dev": "npm run webpack --watch",
"test": "jest --passWithNoTests --env=jsdom src $@" "test": "jest --passWithNoTests --env=jsdom src $@"
}, },
"dependencies": {}, "dependencies": {},

View File

@ -10,7 +10,7 @@
}, },
"scripts": { "scripts": {
"build": "npm run webpack -p", "build": "npm run webpack -p",
"dev": "webpack --watch", "dev": "npm run webpack --watch",
"test": "jest --passWithNoTests --env=jsdom src $@" "test": "jest --passWithNoTests --env=jsdom src $@"
}, },
"dependencies": {}, "dependencies": {},