admin: show installed packages during test-env

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

View File

@ -14,6 +14,7 @@
"scripts": { "scripts": {
"build": "tsc --project tsconfig.json", "build": "tsc --project tsconfig.json",
"clean": "rm -rf node_modules package-lock.json *.js *.d.ts", "clean": "rm -rf node_modules package-lock.json *.js *.d.ts",
"postinstall": "find node_modules | grep package.json",
"test": "npm run build && node index.js" "test": "npm run build && node index.js"
}, },
"license": "MIT" "license": "MIT"

View File

@ -14,6 +14,7 @@
"scripts": { "scripts": {
"build": "tsc --project tsconfig.json", "build": "tsc --project tsconfig.json",
"clean": "rm -rf node_modules package-lock.json *.js *.d.ts", "clean": "rm -rf node_modules package-lock.json *.js *.d.ts",
"postinstall": "find node_modules | grep package.json",
"test": "npm run build && node index.js" "test": "npm run build && node index.js"
}, },
"license": "MIT" "license": "MIT"

View File

@ -17,6 +17,7 @@
"scripts": { "scripts": {
"build": "tsc --project tsconfig.json", "build": "tsc --project tsconfig.json",
"clean": "rm -rf node_modules package-lock.json *.js *.d.ts", "clean": "rm -rf node_modules package-lock.json *.js *.d.ts",
"postinstall": "find node_modules | grep package.json",
"test": "npm run build && node index.js" "test": "npm run build && node index.js"
}, },
"keywords": [ "keywords": [

View File

@ -17,6 +17,7 @@
"scripts": { "scripts": {
"build": "tsc --project tsconfig.json", "build": "tsc --project tsconfig.json",
"clean": "rm -rf node_modules package-lock.json *.js *.d.ts", "clean": "rm -rf node_modules package-lock.json *.js *.d.ts",
"postinstall": "find node_modules | grep package.json",
"test": "npm run build && node index.js" "test": "npm run build && node index.js"
}, },
"keywords": [ "keywords": [