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