Skip to content

Commit

Permalink
check -> test:full
Browse files Browse the repository at this point in the history
  • Loading branch information
phortx committed May 15, 2019
1 parent 811a184 commit 4c366fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"test": "jest",
"test:watch": "jest --watch",
"test:prod": "npm run lint && npm run test -- --coverage --no-cache",
"test:full": "npm lint && npm test && npm build",
"docs:deploy": "npm run build:docs && ./deploy-docs.sh",
"docs:dev": "vuepress dev docs",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"precommit": "lint-staged",
"check": "npm lint && npm test && npm build"
"precommit": "lint-staged"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down

0 comments on commit 4c366fd

Please sign in to comment.