chore: host workbox locally (#3154)

This commit is contained in:
David Luzar
2021-03-02 19:36:28 +01:00
committed by GitHub
parent 418589e7ad
commit 91eb8834e8
19 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
"start": "react-scripts start",
"test:all": "yarn test:typecheck && yarn test:code && yarn test:other && yarn test:app --watchAll=false",
"test:app": "react-scripts test --passWithNoTests",
"test:code": "eslint --max-warnings=0 --ignore-path .gitignore --ext .js,.ts,.tsx .",
"test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"test:other": "yarn prettier --list-different",
"test:typecheck": "tsc",