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 3366d48 commit 8e4374eCopy full SHA for 8e4374e
package.json
@@ -8,7 +8,7 @@
8
"test": "echo \"Error: no test specified\" && exit 1",
9
"tsc": "tsc",
10
"start": "http-server",
11
- "prepublishOnly": "npm run build && npm run bundle && npm run bundle2",
+ "prepublishOnly": "npm run tsc && npm run bundle && npm run bundle2",
12
"bundle": "esbuild ./lib/js/index.js --format=esm --minify --platform=neutral --bundle --outfile=./lib/js/index-min.js",
13
"bundle2": "esbuild ./lib/js/index-webcomponent.js --format=esm --external:*.css --minify --platform=neutral --bundle --outfile=./lib/js/index-webcomponent-min.js"
14
0 commit comments