Skip to content

Commit

Permalink
including db schema in build
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Mar 10, 2023
1 parent 81834e6 commit c2a08e6
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 @@ -18,7 +18,7 @@
"scripts": {
"index": "ts-node ./src/index.ts",
"clean": "rimraf ./dist/ ./exec/",
"build": "yarn clean && tsc",
"build": "yarn clean && tsc && cp -r ./src/releaser/schema ./dist/releaser/schema",
"preparePublish": "yarn build && npm version patch",
"prepareTest": "yarn ts-node ./src/cache.ts",
"test": "yarn prepareTest && yarn build && ava",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,
"resolveJsonModule": true
"resolveJsonModule": true,
}
}

0 comments on commit c2a08e6

Please sign in to comment.