Skip to content

Commit 2499a5c

Browse files
committed
chore: temporarily build UMD on prepare
1 parent be68699 commit 2499a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/autocomplete-plugin-tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build:css:unminified": "node ../../scripts/buildCss.mjs src/theme.scss dist/theme.css",
3333
"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types && yarn build:css",
3434
"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\" \"yarn build:css\"",
35-
"prepare": "yarn run build:esm && yarn build:types && yarn build:css",
35+
"prepare": "yarn run build:esm && yarn run build:umd && yarn build:types && yarn build:css",
3636
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)