We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b1848 commit 5319440Copy full SHA for 5319440
package.json
@@ -73,8 +73,8 @@
73
"build": "shx rm -rf dist && tsc -b",
74
"lint": "eslint . --ext .ts --config .eslintrc",
75
"postpack": "shx rm -f oclif.manifest.json",
76
- "posttest": "yarn lint",
77
- "prepack": "yarn build && oclif manifest && oclif readme",
+ "posttest": "npm run lint",
+ "prepack": "npm run build && oclif manifest && oclif readme",
78
"test": "jest",
79
"test:coverage": "jest --coverage",
80
"version": "oclif readme && git add README.md"
0 commit comments