Skip to content

Commit

Permalink
Update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Migushthe2nd committed Jan 7, 2025
1 parent e19e0a2 commit c6e9f84
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 @@ -10,9 +10,9 @@
"main": "./dist/index",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "yarn run build && ts-node src/test/test.ts",
"dev": "pnpm run build && ts-node src/test/test.ts",
"build": "tsc",
"prepublishOnly": "yarn run build",
"prepublishOnly": "pnpm run build",
"publish": "pnpm publish --access=public",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit c6e9f84

Please sign in to comment.