We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a51987 commit 708f406Copy full SHA for 708f406
package.json
@@ -4,12 +4,12 @@
4
"sqlq": "./bin/run.js"
5
},
6
"scripts": {
7
- "dev": "yarn run build && node ./bin/run.js",
+ "dev": "npm run build && node ./bin/run.js",
8
"build": "tsc -b",
9
"lint": "eslint . --ext .ts",
10
- "posttest": "yarn lint",
11
- "prepack": "yarn build && oclif manifest && yarn run docs",
12
- "prepare": "yarn build",
+ "posttest": "npm run lint",
+ "prepack": "npm run build && oclif manifest && npm run docs",
+ "prepare": "npm run build",
13
"prisma": "prisma",
14
"oclif": "oclif",
15
"postinstall": "prisma migrate dev",
@@ -72,7 +72,7 @@
72
"topics": {}
73
74
"repository": "nabeelvalley/sqlq",
75
- "version": "0.0.3",
+ "version": "0.0.4",
76
"bugs": "https://github.com/nabeelvalley/sqlq/issues",
77
"keywords": [
78
"oclif"
0 commit comments