Skip to content

Commit

Permalink
really?
Browse files Browse the repository at this point in the history
  • Loading branch information
ryb73 committed May 19, 2019
1 parent fe34031 commit c2c0685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ install:
script:
- yarn build-ppx
- yarn build-lib
- pwd
- 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": "node_modules/.bin/jest",
"test": "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 c2c0685

Please sign in to comment.