Skip to content

Commit

Permalink
Remove more files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomWright committed Jan 31, 2020
1 parent 2bea704 commit 334994d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test-unit": "ava --config ava.config.unit.js",
"test": "npm run test-unit && npm run lint && npm run test-integration",
"preversion": "npm test",
"build": "rm -rf ./dist && rsync -a --exclude='*.ts' --exclude='__tests__' --prune-empty-dirs src/ dist/ && tsc --project tsconfig-build.json"
"build": "rm -rf ./dist && rsync -a --exclude='*.ts' --exclude='__tests__' --exclude='__unit__' --prune-empty-dirs src/ dist/ && tsc --project tsconfig-build.json"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig-base.json",
"include": ["./src/**/*", "./test/**/*.ts", "./features/**/*.ts"]
"include": ["./src/**/*"]
}

0 comments on commit 334994d

Please sign in to comment.