Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
joesonw committed Aug 1, 2017
1 parent af90ef5 commit 9cd96da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"build": "tsc -p src/tsconfig.json",
"prepublish": "npm run build",
"build-test": "rm -rf test-dist/ && tsc -p src/tsconfig.test.json",
"test": "npm run build-test && ava test-dist/**/*.test.js",
Expand Down

0 comments on commit 9cd96da

Please sign in to comment.