Skip to content

Commit

Permalink
add scripts to publish latest & beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lucleray committed Oct 1, 2018
1 parent 199ad0d commit 972e999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"clean": "rimraf dist coverage",
"test": "jest",
"prettier": "prettier --write '**/*.{ts,js,json,css,md}' --ignore-path .gitignore",
"lint": "tslint -c tslint.json -p tsconfig.json -t stylish"
"lint": "tslint -c tslint.json -p tsconfig.json -t stylish",
"publish:latest": "yarn build && yarn publish",
"publish:beta": "yarn build && yarn publish --tag beta"
},
"devDependencies": {
"@types/jest": "^23.3.2",
Expand Down

0 comments on commit 972e999

Please sign in to comment.