Skip to content

Commit

Permalink
Next
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Mar 7, 2023
1 parent e788b06 commit 8f8a51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"native"
],
"scripts": {
"release": "np",
"release": "np --tag next",
"test": "",
"ts": "tsc",
"build": "npm run clean && tsc && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd ../angular
vim package.json
npm run build
cd dist
npm publish
npm publish --tag next

0 comments on commit 8f8a51b

Please sign in to comment.