chore: `yarn clean` should remove dist-modern

nolan/hinaloe-test
Nolan Lawson 2019-03-13 19:19:05 -07:00
parent af29bd19b0
commit 5f0c868fd9
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
"webpack": "^3.6.0"
},
"scripts": {
"clean": "rm -rf dist/ dist-es/",
"clean": "rm -rf dist/ dist-es/ dist-modern/",
"build:data": "node scripts/build-data",
"build:dist": "npm run build:cjs && npm run build:es && npm run build:modern",
"build:cjs": "BABEL_ENV=legacy-cjs babel src --out-dir dist --copy-files",