Skip to content

Commit ad16e7e

Browse files
committed
🔧 use yarn in publish commands
1 parent 654f987 commit ad16e7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"sqlq": "./bin/run.js"
55
},
66
"scripts": {
7-
"dev": "pnpm run build && node ./bin/run.js",
7+
"dev": "yarn run build && node ./bin/run.js",
88
"build": "shx rm -rf dist && tsc -b",
99
"lint": "eslint . --ext .ts",
1010
"postpack": "shx rm -f oclif.manifest.json",
11-
"posttest": "pnpm lint",
12-
"prepack": "pnpm build && oclif manifest && pnpm run docs",
13-
"prepare": "pnpm build",
11+
"posttest": "yarn lint",
12+
"prepack": "yarn build && oclif manifest && yarn run docs",
13+
"prepare": "yarn build",
1414
"prisma": "prisma",
1515
"oclif": "oclif",
1616
"postinstall": "prisma migrate dev",

0 commit comments

Comments
 (0)