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 3a79fff commit c5e0d3bCopy full SHA for c5e0d3b
.gitignore
@@ -3,3 +3,4 @@
3
.vscode
4
npm-debug.log*
5
/typings
6
+/dist
package.json
@@ -6,7 +6,7 @@
"scripts": {
7
"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
8
"prepublish": "rimraf dist && tsc -p .",
9
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
+ "semantic-release": "semantic-release pre && npm publish --access=public && semantic-release post"
10
},
11
"repository": {
12
"type": "git",
0 commit comments