admin: add clean target to environment tests

This commit is contained in:
Richard Moore 2023-04-21 18:44:50 +09:00
parent a1d52c3579
commit d8efa7b77c
4 changed files with 4 additions and 0 deletions

@ -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": [