Skip to content

Commit

Permalink
Merge pull request #20 from Deltares/18-include-dist-in-published-pac…
Browse files Browse the repository at this point in the history
…kage

Fix npm run build
  • Loading branch information
wkramer authored Jan 26, 2022
2 parents fb4d9bd + 10623c9 commit dff98bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dff98bf

Please sign in to comment.