repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa5a166
)
CI: always lint after build. (#192)
v2.0.0-beta.2
v2.0.0-beta.3
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 18 Feb 2021 20:10:54 +0000
(21:10 +0100)
committer
GitHub
<noreply@github.com>
Thu, 18 Feb 2021 20:10:54 +0000
(21:10 +0100)
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 90ba5eb7b355c5f0ecc4d1c883c58f0d60f92c60..d0597e52e56d82e013018d94bb03d6203124c3c6 100644
(file)
--- a/
.github/workflows/npmpublish.yml
+++ b/
.github/workflows/npmpublish.yml
@@
-17,8
+17,8
@@
jobs:
with:
node-version: 12
- run: npm ci
- - run: npm run lint
- run: npm run test:prod
+ - run: npm run lint
- run: npm run coverage
publish-npm: