Skip to content

Commit

Permalink
🔧 use yarn in publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Dec 9, 2023
1 parent 654f987 commit ad16e7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"sqlq": "./bin/run.js"
},
"scripts": {
"dev": "pnpm run build && node ./bin/run.js",
"dev": "yarn run build && node ./bin/run.js",
"build": "shx rm -rf dist && tsc -b",
"lint": "eslint . --ext .ts",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "pnpm lint",
"prepack": "pnpm build && oclif manifest && pnpm run docs",
"prepare": "pnpm build",
"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && yarn run docs",
"prepare": "yarn build",
"prisma": "prisma",
"oclif": "oclif",
"postinstall": "prisma migrate dev",
Expand Down

0 comments on commit ad16e7e

Please sign in to comment.