Skip to content

Commit

Permalink
must explicitly include bundle (because of .gitignore ?) to pack both…
Browse files Browse the repository at this point in the history
… src and bundle
  • Loading branch information
mki-c2c committed Aug 1, 2024
1 parent 05077da commit 6606389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"format": "prettier --write --list-different . --ignore-path .prettierignore && npm run lint:js -- --fix",
"prepare": "husky install"
},
"files": [
"*",
"bundle/*"
],
"dependencies": {
"@camptocamp/ogc-client": "^0.3.4",
"file-saver": "^2.0.5",
Expand Down

0 comments on commit 6606389

Please sign in to comment.