-
- Downloads
Updated dependencies.
Showing
- eslint-config 1 addition, 1 deletioneslint-config
- package-lock.json 568 additions, 260 deletionspackage-lock.json
- package.json 1 addition, 4 deletionspackage.json
- tests-only/package-lock.json 3128 additions, 3674 deletionstests-only/package-lock.json
- tests-only/package.json 5 additions, 4 deletionstests-only/package.json
This diff is collapsed.
... | ... | @@ -12,10 +12,7 @@ |
"lint": "run-s --continue-on-error lint:**", | ||
"test-once:app": "cd tests-only && npm run test-once", | ||
"test-once": "run-s --continue-on-error test-once:**", | ||
"test": "run-s test-once", | ||
"start": "cd tests-only && npm run start", | ||
"build:app": "cd tests-only && npm run build", | ||
"build": "run-s build:**" | ||
"test": "run-s test-once" | ||
}, | ||
"devDependencies": { | ||
"ghooks": "^2.0.4", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment