Skip to content

Commit

Permalink
chore: remove dist-tag one
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jun 2, 2019
1 parent b142ad0 commit da52496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "../../node_modules/.bin/stencil build",
"dev": "../../node_modules/.bin/stencil build --dev --watch",
"release": "npm run build && np --any-branch --tag=one",
"release": "npm run build && np --any-branch",
"start": "npm run dev",
"test": "../../node_modules/.bin/jest"
},
Expand Down

0 comments on commit da52496

Please sign in to comment.