Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tevdoradze committed Oct 24, 2022
1 parent 12dbed5 commit 62a5138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"sp": "ts-node $1",
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.spec.ts",
"build": "tsc -p tsconfig.build.json && cp -r src/schemas lib/",
"build": "tsc -p tsconfig.build.json && cp -r src/deps lib/",
"prepare": "cd .. && husky install && cd ts && yarn build",
"prepublishOnly": "yarn test",
"lint:fix": "eslint --fix --ext .ts,.json .",
Expand Down

0 comments on commit 62a5138

Please sign in to comment.