Skip to content

Commit

Permalink
build amd format jedi
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 2, 2018
1 parent ce92d04 commit f48225b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ script:
- set -e
- yarn lint
- yarn demo
- cp -rf lib/* dist
- 'if [[ $TRAVIS_BRANCH = "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then bash sync.sh; fi'

after_script: greenkeeper-lockfile-upload
1 change: 1 addition & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const config: Configuration = {
mode: NODE_ENV,
entry: {
main: resolve('demo/index.tsx'),
index: resolve('src/index.tsx'),
},
output: {
libraryTarget: 'amd',
Expand Down

0 comments on commit f48225b

Please sign in to comment.