repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2b6c6
)
Fix npm publication
v2.2.2
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Oct 2022 12:14:02 +0000
(14:14 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Oct 2022 12:14:02 +0000
(14:14 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/npmpublish.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/npmpublish.yml
b/.github/workflows/npmpublish.yml
index 16a29c22632a0793ecc417d4c92346fc64c75044..7068c27db1c1c5efcaa99884a446d2298d4dba1b 100644
(file)
--- a/
.github/workflows/npmpublish.yml
+++ b/
.github/workflows/npmpublish.yml
@@
-20,9
+20,6
@@
jobs:
- name: Install
run: npm ci
- - name: Lint
- run: npm run lint
-
- name: Tests & Coverage
run: |
npm run test
@@
-30,6
+27,9
@@
jobs:
env:
CI: true
+ - name: Lint
+ run: npm run lint
+
- name: Production Build
run: npm run build:prod