Skip to content

Commit

Permalink
Allow np to release from any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
suvash committed Jun 17, 2020
1 parent 9e1a934 commit c453d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deps": "npm-check --update",
"supported": "browserslist",
"webpack": "webpack",
"np": "np",
"np": "np --any-branch",
"webpack-dev-server": "webpack-dev-server",
"dev:server": "npm run webpack-dev-server -- --env.mode development --env.target=umd",
"dev": "npm-run-all -s clean dev:server",
Expand Down

0 comments on commit c453d40

Please sign in to comment.