Skip to content

Commit

Permalink
need the wkt module to be there
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Apr 4, 2019
1 parent 15f73a4 commit ff678b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- npm run build
script:
- npm run test:ci
before_deploy:
Expand Down
2 changes: 1 addition & 1 deletion packages/wkt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"scripts": {
"build:jison": "node build-module.js",
"build": "rollup -c ../../rollup.wkt.config.js",
"build": "npm run build:jison && rollup -c ../../rollup.wkt.config.js",
"prepare": "npm run build:jison && npm run build"
}
}

0 comments on commit ff678b4

Please sign in to comment.