fix issue with publish and readme minor changes

This commit is contained in:
JFH
2022-08-14 15:36:29 +02:00
parent 6b68b0c6ef
commit f47759867a
2 changed files with 11 additions and 10 deletions

View File

@@ -13,10 +13,10 @@ jobs:
with:
node-version: 16.x
- run: |
npm ci
npm run build --workspace=packages/svgcanvas
npm run lint
npm run test
npm ci
npm run build --workspace=packages/svgcanvas
npm run lint
npm run test
publish-npm:
needs: build