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

@ -14,6 +14,7 @@
"scripts": {
"build": "tsc --project tsconfig.json",
"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"
},
"license": "MIT"

@ -14,6 +14,7 @@
"scripts": {
"build": "tsc --project tsconfig.json",
"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"
},
"license": "MIT"

@ -17,6 +17,7 @@
"scripts": {
"build": "tsc --project tsconfig.json",
"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"
},
"keywords": [

@ -17,6 +17,7 @@
"scripts": {
"build": "tsc --project tsconfig.json",
"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"
},
"keywords": [