We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916a050 commit a73c960Copy full SHA for a73c960
.vscode/settings.json
@@ -1,4 +1,5 @@
1
{
2
"editor.formatOnSave": true,
3
- "editor.tabSize": 2
+ "editor.tabSize": 2,
4
+ "files.insertFinalNewline": true
5
}
package.json
@@ -12,6 +12,8 @@
12
"prerelease": "npm run lint",
13
"release": "np --no-publish",
14
"postrelease": "npm run build && npm publish dist",
15
+ "release-beta": "np --no-publish --any-branch",
16
+ "postrelease-beta": "npm run build && npm publish dist --tag beta",
17
"test": "tsc --noEmit",
18
"prettier": "prettier \"lib/**/*.ts\" --config \"./.prettierrc.json\" -l",
19
"prettier-fix": "prettier \"**/*.ts\" --config \"./.prettierrc.json\" --write",
0 commit comments