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 e4319fe commit 12dd423Copy full SHA for 12dd423
package.json
@@ -12,7 +12,7 @@
12
"test": "npm run lint && npm run clean && jest -c ./jest.json",
13
"test:watch": "npm run clean && jest -c ./jest.json --watch --no-coverage",
14
"typedoc": "del-cli ./docs && typedoc --ignoreCompilerErrors --out ./docs --mode file --tsconfig ./config/tsconfig.build.json ./src/",
15
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
+ "semantic-release": "semantic-release"
16
},
17
"repository": {
18
"type": "git",
0 commit comments