From fe34031f640d527c1c3de8f8afabb0de744fc631 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 19 May 2019 16:02:26 -0400 Subject: [PATCH] shrug --- .travis.yml | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a374af9..1b9940f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/package.json b/package.json index bdb8891..0787c1a 100644 --- a/package.json +++ b/package.json @@ -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",