diff --git a/package.json b/package.json index 2eff194..20a6955 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "build:dist": "npm run build:cjs && npm run build:es", "build:cjs": "BABEL_ENV=cjs babel src --out-dir dist --copy-files", "build:es": "babel src --out-dir dist-es --copy-files", + "build:docs": "cp css/emoji-mart.css docs && webpack --config ./docs/webpack.config.js", "build": "npm run clean && npm run build:data && npm run build:dist", "watch": "BABEL_ENV=cjs babel src --watch --out-dir dist --copy-files", "start": "npm run watch",