Skip to content

Commit

Permalink
shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryb73 committed May 19, 2019
1 parent ba39394 commit fe34031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ install:
- yarn
- npm i bs-platform --no-save
script:
- ls node_modules
- ls node_modules/.bin
- yarn build-ppx
- yarn build-lib
- ls node_modules
- ls node_modules/.bin
- yarn test
- mv ppx/_esy/default/build/default/.ppx/ppx_decco/ppx.exe ppx/ppx-$TRAVIS_OS_NAME.exe
deploy:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Bucklescript PPX which generates JSON (de)serializers for user-defined types",
"main": "index.js",
"scripts": {
"test": "jest",
"test": "node_modules/.bin/jest",
"build-lib": "bsb -clean-world -make-world",
"watch": "bsb -clean-world -make-world -w",
"clean": "rm -rf lib && bsb -clean-world && rm -rf ppx/_esy",
Expand Down

0 comments on commit fe34031

Please sign in to comment.