Skip to content

Commit

Permalink
Upda release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Sep 24, 2020
1 parent 5a32744 commit edc9f03
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 @@ -7,7 +7,7 @@
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"release": "yarn demo:test && yarn publish && git push && git push --tags",
"release": "yarn build && yarn demo:test && yarn publish && git push && git push --tags",
"check-js": "node ./lib/js/src/Demo.bs.js",
"demo:bundle": "yarn rollup lib/es6/src/Demo.bs.js --format cjs --file bundle/demo.js",
"demo:test": "yarn demo:bundle && node bundle/demo.js"
Expand Down

0 comments on commit edc9f03

Please sign in to comment.