Skip to content

Commit 7c6141a

Browse files
committed
fix: removed ts-node required script
1 parent bde24aa commit 7c6141a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ before_install:
1313
- npm i -g yarn
1414
install:
1515
- yarn
16-
- yarn setup:test
1716
script:
1817
- yarn run test
1918
after_success: yarn run coveralls

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"build": "rm -rf ./dist && tsc && npm run build:index",
2727
"build:index": "rm -rf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts",
2828
"prepublish": "npm run format && npm run build",
29-
"setup:test": "node_modules/.bin/ts-node node_modules/.bin/typeorm schema:sync",
3029
"test": "jest"
3130
},
3231
"devDependencies": {

0 commit comments

Comments
 (0)