Skip to content

Commit

Permalink
fix(node-resolve): build before publishing for correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Dec 14, 2021
1 parent 8c6ae32 commit f5f9ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/node-resolve/package.json
Expand Up @@ -31,6 +31,7 @@
"ci:test": "pnpm test -- --verbose && pnpm test:ts",
"prebuild": "del-cli dist",
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
"prepublishOnly": "pnpm build",
"prerelease": "pnpm build",
"pretest": "pnpm build",
"release": "pnpm plugin:release --workspace-root -- --pkg $npm_package_name",
Expand Down

0 comments on commit f5f9ef2

Please sign in to comment.