Skip to content

Commit 481821d

Browse files
authored
fix: assets not available in welcome-screen (#455)
* fix: assets not available in welcome-screen * changeset
1 parent ba9e4fb commit 481821d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/modern-ears-fetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rnef/welcome-screen': patch
3+
---
4+
5+
fix: assets not available in welcome-screen

packages/welcome-screen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dist"
1313
],
1414
"scripts": {
15-
"build": "tsc -p tsconfig.lib.json",
15+
"build": "tsc -p tsconfig.lib.json && cp -r src/assets dist/src/assets",
1616
"dev": "tsc -p tsconfig.lib.json --watch",
1717
"publish:npm": "npm publish --access public",
1818
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"

0 commit comments

Comments
 (0)