mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Merge branch 'master' into fix-xss-vulnerability-in-helm-chart-icon
This commit is contained in:
commit
afbb145f37
@ -18,6 +18,8 @@
|
|||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"generate-types": "tsc --d --declarationDir ./dist --declarationMap --emitDeclarationOnly",
|
"generate-types": "tsc --d --declarationDir ./dist --declarationMap --emitDeclarationOnly",
|
||||||
"build": "npm run generate-types && swc ./src/index.ts -d ./dist",
|
"build": "npm run generate-types && swc ./src/index.ts -d ./dist",
|
||||||
|
"prepare": "npm run build",
|
||||||
|
"prepare:dev": "npm run build",
|
||||||
"prepare:test": "npm run build"
|
"prepare:test": "npm run build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user