We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b87394 + 7a3cd39 commit e8064e9Copy full SHA for e8064e9
.github/workflows/release.yml
@@ -25,6 +25,8 @@ jobs:
25
node-version: lts/*
26
- run: npm clean-install
27
- run: npm audit signatures
28
+ - name: Build
29
+ run: 'npm run build:production'
30
# pinned version updated automatically by Renovate.
31
# details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation
32
- run: npm run semantic-release
.npmignore
@@ -5,6 +5,8 @@ lib
5
.editorconfig
6
.eslintrc.cjs
7
.prettierrc
8
+CODE_OF_CONDUCT.md
9
10
jest.config.json
11
LICENSE
12
README.md
@@ -13,4 +15,4 @@ test
13
15
.vscode
14
16
CHANGELOG.md
17
tsconfig.*
-renovate.json
18
+scrutinizer.yml
0 commit comments