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 be68699 commit 2499a5cCopy full SHA for 2499a5c
packages/autocomplete-plugin-tags/package.json
@@ -32,7 +32,7 @@
32
"build:css:unminified": "node ../../scripts/buildCss.mjs src/theme.scss dist/theme.css",
33
"build": "rm -rf ./dist && yarn build:umd && yarn build:esm && yarn build:types && yarn build:css",
34
"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\" \"yarn build:css\"",
35
- "prepare": "yarn run build:esm && yarn build:types && yarn build:css",
+ "prepare": "yarn run build:esm && yarn run build:umd && yarn build:types && yarn build:css",
36
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
37
},
38
"devDependencies": {
0 commit comments