We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9e4fb commit 481821dCopy full SHA for 481821d
.changeset/modern-ears-fetch.md
@@ -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
@@ -12,7 +12,7 @@
12
"dist"
13
],
14
"scripts": {
15
- "build": "tsc -p tsconfig.lib.json",
+ "build": "tsc -p tsconfig.lib.json && cp -r src/assets dist/src/assets",
16
"dev": "tsc -p tsconfig.lib.json --watch",
17
"publish:npm": "npm publish --access public",
18
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
0 commit comments