admin: add clean target to environment tests
This commit is contained in:
parent
a1d52c3579
commit
d8efa7b77c
@ -13,6 +13,7 @@
|
||||
"publishConfig": { "access": "private" },
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"clean": "rm -rf node_modules package-lock.json *.js *.d.ts",
|
||||
"test": "npm run build && node index.js"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
@ -13,6 +13,7 @@
|
||||
"publishConfig": { "access": "private" },
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"clean": "rm -rf node_modules package-lock.json *.js *.d.ts",
|
||||
"test": "npm run build && node index.js"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
@ -16,6 +16,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"clean": "rm -rf node_modules package-lock.json *.js *.d.ts",
|
||||
"test": "npm run build && node index.js"
|
||||
},
|
||||
"keywords": [
|
||||
|
@ -16,6 +16,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"clean": "rm -rf node_modules package-lock.json *.js *.d.ts",
|
||||
"test": "npm run build && node index.js"
|
||||
},
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user