Skip to content

Commit

Permalink
Adjust versions before building
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 30, 2022
1 parent cc9e352 commit c3a28ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"unlink-all": "node scripts/unlink-all.js packages",
"check": "flow check",
"lint": "eslint . && prettier \"./packages/*/*/{src,bin,test}/**/*.{js,json,md}\" --list-different && cargo fmt --all -- --check",
"prepublishOnly": "yarn build && yarn build-ts && yarn adjust-versions",
"prepublishOnly": "yarn adjust-versions && yarn build && yarn build-ts",
"test:unit": "cross-env NODE_ENV=test mocha",
"test:integration": "yarn workspace @parcel/integration-tests test",
"test:integration-ci": "yarn workspace @parcel/integration-tests test-ci",
Expand Down

0 comments on commit c3a28ca

Please sign in to comment.