Skip to content

Commit

Permalink
test: postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
melifetaji committed Jul 17, 2024
1 parent 381d2eb commit eb26412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"scripts": {
"clean": "rm -fR lib",
"build": "tsc",
"postinstall": "npm run build",
"dev": "yarn clean && tsc -w",
"test": "NODE_OPTIONS=--experimental-vm-modules dotenv -e .env -- jest --config ./jest.json --runInBand --detectOpenHandles",
"ts-node": "ts-node",
Expand Down Expand Up @@ -76,4 +77,4 @@
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5"
}
}
}

0 comments on commit eb26412

Please sign in to comment.