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:
parent
0e27ba96fb
commit
1b7b894161
@ -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": {},
|
||||||
|
|||||||
@ -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": {},
|
||||||
|
|||||||
@ -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": {},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user