Skip to content

Commit

Permalink
Remove yarn usages
Browse files Browse the repository at this point in the history
  • Loading branch information
SferaDev authored Jul 15, 2022
1 parent 8c43dbf commit cc48e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"build": "shx rm -rf dist && tsc -b && cp src/*.html dist",
"lint": "eslint . --ext .ts --config .eslintrc",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && oclif readme",
"posttest": "npm run lint",
"prepack": "npm run build && oclif manifest && oclif readme",
"version": "oclif readme && git add README.md",
"start": "node ./bin/run.js"
},
Expand Down

0 comments on commit cc48e5a

Please sign in to comment.