Skip to content

Commit

Permalink
Fixing directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jun 2, 2018
1 parent 7579142 commit e851329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=8.9.0"
},
"scripts": {
"build:clean": "rimraf -rf dist && mkdirp -p dist",
"build:clean": "rimraf -rf dist && mkdir -p dist",
"build:es6": "babel src -d dist/latest --config-file=./.babelrc",
"build:es5": "babel src -d dist/es5 --config-file=./.babelrc-es5",
"build": "npm run build:clean && npm run build:es6 && npm run build:es5",
Expand Down

0 comments on commit e851329

Please sign in to comment.