Skip to content

Commit

Permalink
chore: only run unit tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Jan 24, 2021
1 parent 9cfde5b commit 863cccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "eslint --ext .js,.ts src test examples",
"prerelease": "git checkout master && git pull -r",
"release": "yarn lint && yarn test && standard-version",
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
"test": "yarn test:unit",
"test:e2e-ssr": "jest test/e2e/ssr",
"test:e2e-browser": "jest test/e2e/browser",
"test:unit": "jest test/unit",
Expand Down

0 comments on commit 863cccb

Please sign in to comment.