Skip to content

Commit

Permalink
Remove references to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Nov 7, 2023
1 parent 873a923 commit 5195d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dev": "rollup -c -w",
"format": "prettier --write './*' 'src/**/*' 'example/**/*'",
"lint": "eslint 'src/**/*' 'example/src/**/*'",
"predeploy": "cd example && ./sync-version.js && yarn install && yarn run build",
"prepare": "yarn run build",
"predeploy": "cd example && ./sync-version.js && pnpm install && npm run build",
"prepare": "npm run build",
"prepublishOnly": "npx tsc && npm run lint && npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 5195d40

Please sign in to comment.