From b2c65fea5310d2a97be6eb3d64f20901d34f3799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Fri, 15 May 2020 15:43:03 +0200 Subject: [PATCH] chore(docsearch): update style location --- package.json | 2 +- style.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 34015489..d8a32e5f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "scripts": { "build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:css", "": "// 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:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm", "build:esm:watch": "yarn build:esm --watch", diff --git a/style.js b/style.js index d4b1ce09..f2076fb0 100644 --- a/style.js +++ b/style.js @@ -1 +1 @@ -export * from './dist/esm/style.css'; +export * from './dist/style.css';