Skip to content

Commit e8064e9

Browse files
authored
Merge pull request #17 from semantic-release/feat/tweaks
fix: Added the actual build step
2 parents 6b87394 + 7a3cd39 commit e8064e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
node-version: lts/*
2626
- run: npm clean-install
2727
- run: npm audit signatures
28+
- name: Build
29+
run: 'npm run build:production'
2830
# pinned version updated automatically by Renovate.
2931
# details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation
3032
- run: npm run semantic-release

.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ lib
55
.editorconfig
66
.eslintrc.cjs
77
.prettierrc
8+
CODE_OF_CONDUCT.md
9+
CODE_OF_CONDUCT.md
810
jest.config.json
911
LICENSE
1012
README.md
@@ -13,4 +15,4 @@ test
1315
.vscode
1416
CHANGELOG.md
1517
tsconfig.*
16-
renovate.json
18+
scrutinizer.yml

0 commit comments

Comments
 (0)