repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881f450
)
build(simulator): fix CI after switch to pnpm
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 22 Mar 2023 21:49:55 +0000
(22:49 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 22 Mar 2023 21:49:55 +0000
(22:49 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index d687efa296be39169dfdb9953ba242fe9b4fd255..9b58017f19d7ec959e37f4b172e76456b4476f6f 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-24,7
+24,7
@@
jobs:
- name: corepack enable
run: corepack enable
- name: pnpm install
- run: pnpm
ci
+ run: pnpm
install
- name: pnpm run lint
run: pnpm run lint
- name: pnpm run build
@@
-57,7
+57,7
@@
jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- - name: npm install
+ - name: npm
clean-
install
run: npm ci
- name: npm run lint
run: npm run lint