We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde24aa commit 7c6141aCopy full SHA for 7c6141a
.travis.yml
@@ -13,7 +13,6 @@ before_install:
13
- npm i -g yarn
14
install:
15
- yarn
16
- - yarn setup:test
17
script:
18
- yarn run test
19
after_success: yarn run coveralls
package.json
@@ -26,7 +26,6 @@
26
"build": "rm -rf ./dist && tsc && npm run build:index",
27
"build:index": "rm -rf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts",
28
"prepublish": "npm run format && npm run build",
29
- "setup:test": "node_modules/.bin/ts-node node_modules/.bin/typeorm schema:sync",
30
"test": "jest"
31
},
32
"devDependencies": {
0 commit comments