1
0
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:
Sebastian Malton 2023-01-25 09:02:25 -05:00
parent f23c325130
commit 26eb43ebef

View File

@ -10,6 +10,7 @@
"clean": "rm -rf dist/", "clean": "rm -rf dist/",
"build": "webpack --config webpack.ts", "build": "webpack --config webpack.ts",
"lint": "exit 0", "lint": "exit 0",
"prepare": "npm run build",
"prepare:dev": "yarn run build", "prepare:dev": "yarn run build",
"prepare:test": "yarn run build" "prepare:test": "yarn run build"
}, },