Skip to content

Commit

Permalink
Merge pull request #9482 from camptocamp/dist-images
Browse files Browse the repository at this point in the history
Add images in distlib folder
  • Loading branch information
sbrunner authored Sep 23, 2024
2 parents 6dffdae + 11cdca7 commit 2e2ba85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"dist-spinner": "svgo --config=svgo.js src/icons/spinner.svg --output=dist/spinner.svg",
"distlib": "tsc --pretty",
"distlib-css": "copyfiles --verbose src/**/*.css src/*.css src/**/*.scss src/*.scss distlib",
"prepare": "npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-css",
"distlib-images": "copyfiles --verbose src/**/*.svg src/*.svg src/**/*.png src/*.png distlib",
"prepare": "npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-css && npm run distlib-images",
"typecheck": "tsc --project tsconfig-all.json --noEmit",
"doc": "typedoc",
"build-storybook": "TARGET=ngeo-examples storybook build --output-dir=.build/storybook",
Expand Down

0 comments on commit 2e2ba85

Please sign in to comment.