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

Adding prepare:test command to package.json

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-22 14:03:38 +03:00
parent 9396912b15
commit 26355504f3

View File

@ -17,7 +17,8 @@
"scripts": { "scripts": {
"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:test": "npm run build"
}, },
"devDependencies": { "devDependencies": {
"@ogre-tools/injectable": "^15.1.2", "@ogre-tools/injectable": "^15.1.2",