Skip to content

Commit 784fd5b

Browse files
committed
addding workflow
1 parent 87dace7 commit 784fd5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/execution-flow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: ${{ matrix.node-version }}
1818
- name: install dependencies
1919
run : |
20-
node ci
20+
npm ci
2121
- name: build node
2222
run: |
23-
node run build
23+
npm run build

0 commit comments

Comments
 (0)