Skip to content

Commit 12dd423

Browse files
authored
chore: correctly use v9 of semantic release
1 parent e4319fe commit 12dd423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "npm run lint && npm run clean && jest -c ./jest.json",
1313
"test:watch": "npm run clean && jest -c ./jest.json --watch --no-coverage",
1414
"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"
15+
"semantic-release": "semantic-release"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)