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