Skip to content

Commit 39fb138

Browse files
authored
cd linear-algebra-javascript
1 parent 7da6d10 commit 39fb138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: npm install, build, and test
1616
run: |
17-
# npm ci
17+
cd linear-algebra-javascript
18+
npm ci
1819
npm run build --if-present
1920
npm test
2021
env:

0 commit comments

Comments
 (0)