Skip to content

Commit

Permalink
Merge pull request #12 from knovator/workflow-updates
Browse files Browse the repository at this point in the history
Workflow Updates
  • Loading branch information
chavda-bhavik authored Oct 13, 2022
2 parents 1d1df64 + dcc0c61 commit a5bbb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"private": false,
"scripts": {
"prebuild": "rimraf dist",
"preinstall": "pnpm build",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\"",
"start": "pnpm start:dev",
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "dist/index.d.ts",
"scripts": {
"start": "npm run start:dev",
"afterinstall": "pnpm build",
"preinstall": "pnpm build",
"prebuild": "rimraf dist",
"build": "cross-env node_modules/.bin/tsc -p tsconfig.build.json",
"build:watch": "cross-env node_modules/.bin/tsc -p tsconfig.build.json -w --preserveWatchOutput",
Expand Down

0 comments on commit a5bbb04

Please sign in to comment.