Skip to content

Commit

Permalink
build: prepublishOnly runs in CI and needs npm (not pnpm) - revert
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Apr 4, 2023
1 parent 08067a0 commit 69f2beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "pnpm run build",
"prepublishOnly": "npm run build",
"test": "jest src",
"test:watch": "pnpm run test -- --watch",
"lint": "eslint .",
Expand Down

0 comments on commit 69f2beb

Please sign in to comment.