Skip to content

Commit

Permalink
Refactor npm-publish.yml to use npm run build instead of yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran-cse committed Sep 26, 2024
1 parent 6f9cbd2 commit 8e41f9a
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 @@ -20,7 +20,7 @@
"lint": "eslint src",
"lint:fix": "eslint --fix --ext .ts,.tsx src",
"clean": "rimraf dist && rimraf dev/yarn.lock",
"prepublishOnly": "yarn clean && yarn build && cd dev && yarn test"
"prepublishOnly": "npm run build"
},
"author": "dev@payloadcms.com",
"license": "MIT",
Expand Down

0 comments on commit 8e41f9a

Please sign in to comment.