Trailing space ;-)

This commit is contained in:
Christian Clauss
2020-05-05 22:25:32 +02:00
committed by GitHub
parent 1b26a1b097
commit 62f96e8c39

View File

@ -15,7 +15,7 @@ jobs:
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
npm install standard --save-dev npm install standard --save-dev
npx standard npx standard
cd linear-algebra-javascript cd linear-algebra-javascript
npm ci npm ci
npm run build --if-present npm run build --if-present