admin: show installed packages during test-env
This commit is contained in:
parent
d8efa7b77c
commit
c3bc38b567
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user