Add build:docs script

release
Etienne Lemay 2017-11-09 00:18:30 -08:00
parent 3164d029c9
commit 4bba6821b5
1 changed files with 1 additions and 0 deletions

View File

@ -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",