Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b26a1b commit 62f96e8Copy full SHA for 62f96e8
1 file changed
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: npm install, build, and test
16
run: |
17
npm install standard --save-dev
18
- npx standard
+ npx standard
19
cd linear-algebra-javascript
20
npm ci
21
npm run build --if-present
0 commit comments