Skip to content

Commit 5319440

Browse files
committed
fix: develop
1 parent 44b1848 commit 5319440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"build": "shx rm -rf dist && tsc -b",
7474
"lint": "eslint . --ext .ts --config .eslintrc",
7575
"postpack": "shx rm -f oclif.manifest.json",
76-
"posttest": "yarn lint",
77-
"prepack": "yarn build && oclif manifest && oclif readme",
76+
"posttest": "npm run lint",
77+
"prepack": "npm run build && oclif manifest && oclif readme",
7878
"test": "jest",
7979
"test:coverage": "jest --coverage",
8080
"version": "oclif readme && git add README.md"

0 commit comments

Comments
 (0)