diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b14a0bd..d73ead3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,7 +28,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm build + - run: npm run build - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6ccdf67..8f2cb47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@deltares/fews-pi-requests", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 576c818..7c8bc50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deltares/fews-pi-requests", - "version": "0.5.2", + "version": "0.5.3", "description": "Library for making requests to the FEWS PI webservice", "author": { "name": "Werner Kramer",