Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
safareli committed Apr 23, 2018
1 parent 76ceb65 commit 87b36a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ sudo: required
node_js: stable
install:
- npm i
- npm run build
- bower i --production
script:
- npm run -s example
- npm run build
- bower i
- npm run example-map
- npm run example-map-halogen
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: example/dist
local_dir: example/map/dist
on:
branch: master
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"purescript-prelude": "^3.1.1",
"purescript-console": "^3.0.0",
"purescript-react": "^5.1.0",
"purescript-generics-rep": "^5.4.0",
"purescript-halogen": "^3.1.3",
"purescript-aff-bus": "^3.1.0"
"purescript-generics-rep": "^5.4.0"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0",
"purescript-dom": "^4.15.0",
"purescript-record": "^0.2.6",
"purescript-react-dom": "^5.0.0"
"purescript-react-dom": "^5.0.0",
"purescript-halogen": "^3.1.3",
"purescript-aff-bus": "^3.1.0"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"react-map-gl": "^3.2.1"
},
"scripts": {
"postinstall": "bower i",
"build": "pulp build",
"example-map": "pulp browserify --include example/map/src --to example/map/dist/example.js",
"example-map-halogen": "pulp browserify --include example/map-halogen/src --to example/map-halogen/dist/example.js",
Expand Down

0 comments on commit 87b36a7

Please sign in to comment.