Skip to content

Commit 708f406

Browse files
authored
🔧 use npm to run internal scripts
1 parent 8a51987 commit 708f406

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"sqlq": "./bin/run.js"
55
},
66
"scripts": {
7-
"dev": "yarn run build && node ./bin/run.js",
7+
"dev": "npm run build && node ./bin/run.js",
88
"build": "tsc -b",
99
"lint": "eslint . --ext .ts",
10-
"posttest": "yarn lint",
11-
"prepack": "yarn build && oclif manifest && yarn run docs",
12-
"prepare": "yarn build",
10+
"posttest": "npm run lint",
11+
"prepack": "npm run build && oclif manifest && npm run docs",
12+
"prepare": "npm run build",
1313
"prisma": "prisma",
1414
"oclif": "oclif",
1515
"postinstall": "prisma migrate dev",
@@ -72,7 +72,7 @@
7272
"topics": {}
7373
},
7474
"repository": "nabeelvalley/sqlq",
75-
"version": "0.0.3",
75+
"version": "0.0.4",
7676
"bugs": "https://github.com/nabeelvalley/sqlq/issues",
7777
"keywords": [
7878
"oclif"

0 commit comments

Comments
 (0)