Skip to content

Commit

Permalink
Fix prepublish install loop
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-stripe committed Feb 6, 2020
1 parent b72a5b0 commit c42dc45
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 @@ -15,7 +15,7 @@
"build": "yarn clean && yarn rollup -c",
"clean": "rimraf dist",
"ci": "yarn lint && yarn test && yarn test:versions && yarn test:types && yarn typecheck && yarn build",
"prepublish": "yarn install --frozen-lockfile && yarn ci",
"prepublish": "yarn ci",
"prettier": "prettier './**/*.{js,ts,md,html,css}' --write",
"prettier-list-different": "prettier './**/*.{js,ts,md,html,css}' --list-different"
},
Expand Down

0 comments on commit c42dc45

Please sign in to comment.