Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 committed Apr 13, 2016
1 parent 5ebeb33 commit 94508a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ release-major:
@$(call release,major)

build:
@$(BIN)/cjsx -cb -o dist/ src/
@$(BIN)/babel --copy-files src --out-dir dist
@$(BIN)/webpack

watch:
@$(BIN)/webpack-dev-server -w

publish:
git push --tags origin HEAD:master
@$(BIN)/cjsx -cb -o dist/ src/
@$(BIN)/babel --copy-files src --out-dir dist
npm publish

publish-gh-pages:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
Expand Down

0 comments on commit 94508a6

Please sign in to comment.