Skip to content

Commit

Permalink
rename version scripts to better reflect npm tags
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Aug 24, 2023
1 parent c73ae79 commit 347a649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lint:fix": "prettier --write *.json *.md .github && turbo run lint:fix --continue",
"publish": "turbo run build && turbo run lint && turbo run publish",
"test": "turbo run test --continue",
"version:stable": "node scripts/version.js",
"version:pre": "node scripts/version.js pre"
"version:latest": "node scripts/version.js",
"version:prerelease": "node scripts/version.js pre"
},
"devDependencies": {
"eslint": "^8.47.0",
Expand Down

0 comments on commit 347a649

Please sign in to comment.