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 d815657 commit ce16ac4Copy full SHA for ce16ac4
package.json
@@ -4,7 +4,7 @@
4
"description": "A DraftJS plugin for supporting Markdown syntax shortcuts",
5
"main": "lib/index.js",
6
"scripts": {
7
- "clean": "node_modules/.bin/rimraf lib",
+ "clean": "node_modules/.bin/rimraf lib; node_modules/.bin/rimraf demo/public",
8
"build": "npm run clean && npm run build:js",
9
"build:js": "BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production node_modules/.bin/babel --out-dir='lib' --ignore='**/__test__/*' src",
10
"build:demo": "NODE_ENV=production webpack --config demo/webpack.config.prod.js && rm -rf demo/public/css && cp -R demo/publicTemplate/* demo/public/",
0 commit comments