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 15156b9 commit f51f229Copy full SHA for f51f229
packages/scratch-gui/package.json
@@ -21,7 +21,7 @@
21
"default": "./dist/scratch-gui-standalone.js"
22
}
23
},
24
- "files": ["dist"],
+ "files": ["dist", "src"],
25
"scripts": {
26
"build": "npm run clean && BUILD_TYPE=dev webpack && BUILD_TYPE=dist webpack && BUILD_TYPE=dist-standalone webpack",
27
"clean": "rimraf ./build ./dist",
0 commit comments