We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e633be commit 3615206Copy full SHA for 3615206
.github/workflows/build.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - build/npm-update
8
9
jobs:
10
build:
package.json
@@ -12,7 +12,7 @@
12
"build:full": "npm run build:modules:clean && npm run build:source:clean && npm ci && npm run build:source",
13
"test": "npm run test:utils",
14
"test:utils": "mocha -r ts-node/register test/utils.spec.ts",
15
- "release": "npx semantic-release"
+ "release": "npx semantic-release -d"
16
},
17
"repository": {
18
"type": "github",
0 commit comments