Skip to content

Commit

Permalink
npm start use cjs dir not dist
Browse files Browse the repository at this point in the history
  • Loading branch information
finnfiddle committed Jul 8, 2017
1 parent 7fc519b commit 132f481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
},
"scripts": {
"start": "babel --watch --plugins \"transform-runtime\" src --ignore __tests__ --out-dir ./dist",
"start": "babel --watch --plugins \"transform-runtime\" src --ignore __tests__ --out-dir ./cjs",
"prepublish": "npm run lint && npm run build",
"build": "npm run build:cjs && npm run build:umd",
"build:cjs": "babel --plugins 'transform-es2015-modules-umd' src --ignore __tests__ --out-dir ./cjs",
Expand Down

0 comments on commit 132f481

Please sign in to comment.