chore(docsearch): update style location
This commit is contained in:
parent
4b007b67c8
commit
b2c65fea53
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:css",
|
"build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:css",
|
||||||
"": "// TODO: have a proper build:css, probably including autoprefixer?",
|
"": "// TODO: have a proper build:css, probably including autoprefixer?",
|
||||||
"build:css": "cp src/style.css dist/esm/ && cp src/style.css dist/umd/",
|
"build:css": "cp src/style.css dist/style.css",
|
||||||
"build:css:watch": "chokidar src/style.css --command \"yarn build:css\"",
|
"build:css:watch": "chokidar src/style.css --command \"yarn build:css\"",
|
||||||
"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
|
"build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
|
||||||
"build:esm:watch": "yarn build:esm --watch",
|
"build:esm:watch": "yarn build:esm --watch",
|
||||||
|
|
|
||||||
2
style.js
2
style.js
|
|
@ -1 +1 @@
|
||||||
export * from './dist/esm/style.css';
|
export * from './dist/style.css';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue