We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da6d10 commit 39fb138Copy full SHA for 39fb138
1 file changed
.github/workflows/nodejs.yml
@@ -14,7 +14,8 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- name: npm install, build, and test
16
run: |
17
- # npm ci
+ cd linear-algebra-javascript
18
+ npm ci
19
npm run build --if-present
20
npm test
21
env:
0 commit comments