Skip to content

Commit

Permalink
fix typings path, split functional tests into test-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
marshall007 committed Jun 14, 2017
1 parent 0dd493b commit 2f91094
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "@types/rethinkdbdash",
"version": "2.3.0",
"description": "Types for https://github.com/neumino/rethinkdbdash",
"typings": "rethinkdb.d.ts",
"typings": "rethinkdbdash.d.ts",
"scripts": {
"lint": "tslint test.ts rethink.d.ts",
"lint": "tslint test.ts rethinkdbdash.d.ts",
"bundle": "typings bundle -o bundle.d.ts",
"exec": "ts-node test.ts",
"test": "npm run lint && npm run bundle && npm run exec"
"exec": "npm run test",
"test": "npm run lint && npm run bundle",
"test-e2e": "ts-node test.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2f91094

Please sign in to comment.