Skip to content

Commit

Permalink
Merge pull request #9481 from camptocamp/css-dist
Browse files Browse the repository at this point in the history
Also add the css in the distlib folder
  • Loading branch information
sbrunner authored Sep 23, 2024
2 parents 18608a4 + 78cbe1c commit 6dffdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dist": "TARGET=dist webpack --mode=production --progress",
"dist-spinner": "svgo --config=svgo.js src/icons/spinner.svg --output=dist/spinner.svg",
"distlib": "tsc --pretty",
"distlib-scss": "copyfiles --verbose src/**/*.scss src/*.scss distlib",
"prepare": "npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-scss",
"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",
"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 6dffdae

Please sign in to comment.