Skip to content

Commit

Permalink
test(git-history): point to main (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead authored Nov 16, 2020
1 parent e5d5159 commit fc40f6a
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 @@ -9,7 +9,7 @@
"lint": "eslint --ignore-path .gitignore --ext js,jsx,md .",
"test": "yarn test:unit",
"test:unit": "jest",
"test:git-history": "commitlint --from origin/beta --to HEAD",
"test:git-history": "commitlint --from origin/main --to HEAD",
"test:lockfile": "lockfile-lint --path yarn.lock --allowed-hosts registry.yarnpkg.com --validate-https",
"posttest": "yarn lint && yarn test:git-history && yarn test:lockfile",
"postinstall": "yarn build",
Expand Down

0 comments on commit fc40f6a

Please sign in to comment.