Skip to content

Commit 74b0723

Browse files
authored
Change build command to echo in CI workflow
1 parent 9f2fae5 commit 74b0723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: run Tests
1919
run: echo "npm test"
2020
- name: Build Project
21-
run: npm run build
21+
run: echo "npm run build"
2222
- name: upload dist as artifact
2323
uses: actions/upload-artifact@v4
2424
with:

0 commit comments

Comments
 (0)