mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add prepare step for node-fetch
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
f23c325130
commit
26eb43ebef
@ -10,6 +10,7 @@
|
||||
"clean": "rm -rf dist/",
|
||||
"build": "webpack --config webpack.ts",
|
||||
"lint": "exit 0",
|
||||
"prepare": "npm run build",
|
||||
"prepare:dev": "yarn run build",
|
||||
"prepare:test": "yarn run build"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user