Skip to content

Commit ce16ac4

Browse files
committed
Update npm run clean
1 parent d815657 commit ce16ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A DraftJS plugin for supporting Markdown syntax shortcuts",
55
"main": "lib/index.js",
66
"scripts": {
7-
"clean": "node_modules/.bin/rimraf lib",
7+
"clean": "node_modules/.bin/rimraf lib; node_modules/.bin/rimraf demo/public",
88
"build": "npm run clean && npm run build:js",
99
"build:js": "BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production node_modules/.bin/babel --out-dir='lib' --ignore='**/__test__/*' src",
1010
"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

Comments
 (0)