We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f58d37 commit e8166d5Copy full SHA for e8166d5
2 files changed
.gitignore
@@ -24,3 +24,4 @@ node_modules/
24
.idea
25
.history
26
tests/integrations/load-scripts-on-main-thread/snippet.js
27
+lib.tar.gz
package.json
@@ -61,7 +61,7 @@
61
],
62
"scripts": {
63
"build": "tsc && rollup -c scripts/rollup.config.js",
64
- "build.prod": "tsc && rollup -c scripts/rollup.config.js --configReleaseBuild",
+ "build.prod": "tsc && rollup -c scripts/rollup.config.js --configReleaseBuild && tar -zcvf lib.tar lib && gzip lib.tar",
65
"build.site": "cd docs && npm i && npm run build",
66
"build.watch": "rollup -c scripts/rollup.config.js -w --configDev",
67
"change": "changeset",
0 commit comments