Skip to content

Commit 3615206

Browse files
committed
build: Testing environment.
1 parent 0e633be commit 3615206

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- build/npm-update
78

89
jobs:
910
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:full": "npm run build:modules:clean && npm run build:source:clean && npm ci && npm run build:source",
1313
"test": "npm run test:utils",
1414
"test:utils": "mocha -r ts-node/register test/utils.spec.ts",
15-
"release": "npx semantic-release"
15+
"release": "npx semantic-release -d"
1616
},
1717
"repository": {
1818
"type": "github",

0 commit comments

Comments
 (0)