We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654f987 commit ad16e7eCopy full SHA for ad16e7e
package.json
@@ -4,13 +4,13 @@
4
"sqlq": "./bin/run.js"
5
},
6
"scripts": {
7
- "dev": "pnpm run build && node ./bin/run.js",
+ "dev": "yarn run build && node ./bin/run.js",
8
"build": "shx rm -rf dist && tsc -b",
9
"lint": "eslint . --ext .ts",
10
"postpack": "shx rm -f oclif.manifest.json",
11
- "posttest": "pnpm lint",
12
- "prepack": "pnpm build && oclif manifest && pnpm run docs",
13
- "prepare": "pnpm build",
+ "posttest": "yarn lint",
+ "prepack": "yarn build && oclif manifest && yarn run docs",
+ "prepare": "yarn build",
14
"prisma": "prisma",
15
"oclif": "oclif",
16
"postinstall": "prisma migrate dev",
0 commit comments