Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomashco committed Jun 3, 2024
1 parent aba008e commit f94bc05
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 @@ -24,8 +24,8 @@
"dev:lint": "cd dev && cross-env NODE_OPTIONS=--no-deprecation next lint",
"generate:types": "payload generate:types",
"lint:fix": "eslint --fix --ext .ts,.tsx src",
"clean": "rimraf dist && rimraf dev/yarn.lock",
"prepublishOnly": "yarn clean && yarn build && cd dev && yarn test"
"clean": "rimraf dist",
"prepublishOnly": "pnpm clean && pnpm build"
},
"author": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit f94bc05

Please sign in to comment.