Skip to content

Commit

Permalink
Simplify TS test
Browse files Browse the repository at this point in the history
  • Loading branch information
msssk committed Oct 1, 2018
1 parent 1de5a17 commit b643a84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
"scripts": {
"build": "rollup -c",
"test": "npm run build && tap test/*.js && jsmd readme.md && npm run test:typescript",
"test:typescript": "node ./node_modules/typescript/lib/tsc.js --noEmit test/typescript.ts",
"test": "npm run build && tap test/*.js && jsmd readme.md && tsc --noEmit test/typescript.ts",
"size": "npm run build && uglifyjs --compress --mangle -- ./dist/umd.js | gzip -c | wc -c"
},
"devDependencies": {
Expand All @@ -35,7 +34,7 @@
"rollup-plugin-commonjs": "8.2.1",
"rollup-plugin-node-resolve": "3.0.0",
"tap": "~7.1.2",
"typescript": ">=2.2.2",
"typescript": ">=2.0.0",
"uglify-js": "^3.3.12"
},
"license": "MIT"
Expand Down

0 comments on commit b643a84

Please sign in to comment.