Merge pull request #301 from nolanlawson/nolan/dist-modern-clean

chore: `yarn clean` should remove dist-modern
nolan/hinaloe-test
Nolan Lawson 2019-03-14 08:33:25 -07:00 committed by GitHub
commit a8ea3506a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",