Skip to content

Commit

Permalink
Merge branch 'main' into fix_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bastyen authored Jul 10, 2023
2 parents e7b499b + a6c669d commit d0d290e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"precompress": "node precompress",
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"postbuild": "npm run precompress"
"build": "stencil build --docs",
"compression": "node compression",
"postbuild": "npm run compression",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@raruto/leaflet-elevation": "^2.4.0",
Expand Down

0 comments on commit d0d290e

Please sign in to comment.