Skip to content

Commit

Permalink
Fix distlib-css-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Oct 10, 2024
1 parent cbd40b6 commit 5b5a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"distlib": "tsc --pretty",
"distlib-images": "copyfiles --verbose src/**/*.svg src/*.svg src/**/*.png src/*.png distlib",
"distlib-css": "copyfiles --verbose src/**/*.css src/*.css src/**/*.scss src/*.scss distlib",
"distlib-css-bundle": "cp dist/desktop-*.css distlib/src/controllers/desktop.css && cp dist/mobile-*.css distlib/src/controllers/mobile.css && cp dist/iframe_api-*.css distlib/src/controllers/iframe_api.css",
"distlib-css-bundle": "cp dist/desktop-*.css distlib/src/controllers/ && cp dist/mobile-*.css distlib/src/controllers/ && cp dist/iframe_api-*.css distlib/src/controllers/",
"prepare": "npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-images && npm run distlib-css && npm run distlib-css-bundle",
"typecheck": "tsc --project tsconfig-all.json --noEmit",
"doc": "typedoc",
Expand Down

0 comments on commit 5b5a8c8

Please sign in to comment.