Skip to content

Commit

Permalink
Merge pull request #1692 from RoadieHQ/add-assets-to-dist
Browse files Browse the repository at this point in the history
Add assets to dist
  • Loading branch information
Irma12 authored Oct 23, 2024
2 parents 85c687f + 5f87295 commit 875875b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curly-roses-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/backstage-plugin-wiz': patch
---

Add assets folder to dist
2 changes: 1 addition & 1 deletion plugins/frontend/backstage-plugin-wiz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"build": "backstage-cli package build && cp -R src/assets dist/",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
Expand Down

0 comments on commit 875875b

Please sign in to comment.