Skip to content

Commit 8e4374e

Browse files
committed
fix build
1 parent 3366d48 commit 8e4374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"tsc": "tsc",
1010
"start": "http-server",
11-
"prepublishOnly": "npm run build && npm run bundle && npm run bundle2",
11+
"prepublishOnly": "npm run tsc && npm run bundle && npm run bundle2",
1212
"bundle": "esbuild ./lib/js/index.js --format=esm --minify --platform=neutral --bundle --outfile=./lib/js/index-min.js",
1313
"bundle2": "esbuild ./lib/js/index-webcomponent.js --format=esm --external:*.css --minify --platform=neutral --bundle --outfile=./lib/js/index-webcomponent-min.js"
1414

0 commit comments

Comments
 (0)