Skip to content

Commit

Permalink
Changed target directory from build to dist (build is for the NPM pac…
Browse files Browse the repository at this point in the history
…kage)
  • Loading branch information
ANich committed Jun 4, 2016
1 parent d6aca96 commit 342f497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules
npm-debug.log
build
dist
coverage

# Exclude compiled files
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build:icon-index": "babel-node ./scripts/icon-index-generator.js",
"build:babel": "babel ./src --ignore *.spec.js --out-dir ./build",
"build:copy-files": "babel-node ./scripts/copy-files.js",
"build:umd": "cross-env NODE_ENV=development webpack src/index.umd.js build/umd/MaterialUI.js",
"build:min": "cross-env NODE_ENV=production webpack -p src/index.umd.js build/umd/MaterialUI.min.js",
"build:umd": "cross-env NODE_ENV=development webpack src/index.umd.js dist/MaterialUI.js",
"build:min": "cross-env NODE_ENV=production webpack -p src/index.umd.js dist/MaterialUI.min.js",
"clean:build": "rimraf build",
"lint": "eslint src docs/src test/integration && echo \"eslint: no lint errors\"",
"prebuild": "npm run clean:build",
Expand Down

0 comments on commit 342f497

Please sign in to comment.