We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199ad0d commit 972e999Copy full SHA for 972e999
1 file changed
package.json
@@ -20,7 +20,9 @@
20
"clean": "rimraf dist coverage",
21
"test": "jest",
22
"prettier": "prettier --write '**/*.{ts,js,json,css,md}' --ignore-path .gitignore",
23
- "lint": "tslint -c tslint.json -p tsconfig.json -t stylish"
+ "lint": "tslint -c tslint.json -p tsconfig.json -t stylish",
24
+ "publish:latest": "yarn build && yarn publish",
25
+ "publish:beta": "yarn build && yarn publish --tag beta"
26
},
27
"devDependencies": {
28
"@types/jest": "^23.3.2",
0 commit comments