Fix test deps not installing automatically
This commit is contained in:
parent
5686ebb5e4
commit
561b73eb5e
1
package-lock.json
generated
1
package-lock.json
generated
@ -7,7 +7,6 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "sealious-app",
|
"name": "sealious-app",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"hasInstallScript": true,
|
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.12.10",
|
"@babel/core": "^7.12.10",
|
||||||
|
@ -15,11 +15,10 @@
|
|||||||
"postbuild": "npm run typecheck && npm run lint",
|
"postbuild": "npm run typecheck && npm run lint",
|
||||||
"watch": "multiple-scripts-tmux -p watch",
|
"watch": "multiple-scripts-tmux -p watch",
|
||||||
"reset-db": "docker-compose down && docker-compose up -d",
|
"reset-db": "docker-compose down && docker-compose up -d",
|
||||||
"install-test-deps": "npx playwright install firefox",
|
"install-test-deps": "npx playwright install firefox && cd webhint && npm install",
|
||||||
"postinstall": "npm run install-test-deps",
|
|
||||||
"pretest": "npm run build && docker-compose up -d",
|
"pretest": "npm run build && docker-compose up -d",
|
||||||
"test": "node test.cjs",
|
"test": "node test.cjs",
|
||||||
"prepare": "npm run build",
|
"prepare": "npm run build && npm run install-test-deps",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"preinstrument": "npm run build && rm -fr .xunit coverage dist-instrumented",
|
"preinstrument": "npm run build && rm -fr .xunit coverage dist-instrumented",
|
||||||
"instrument": "npx nyc instrument --exclude \"\" dist dist-instrumented",
|
"instrument": "npx nyc instrument --exclude \"\" dist dist-instrumented",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user