Skip to content

Commit eb26412

Browse files
committed
test: postinstall script
1 parent 381d2eb commit eb26412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"scripts": {
2222
"clean": "rm -fR lib",
2323
"build": "tsc",
24+
"postinstall": "npm run build",
2425
"dev": "yarn clean && tsc -w",
2526
"test": "NODE_OPTIONS=--experimental-vm-modules dotenv -e .env -- jest --config ./jest.json --runInBand --detectOpenHandles",
2627
"ts-node": "ts-node",
@@ -76,4 +77,4 @@
7677
"tsconfig-paths": "^4.1.2",
7778
"typescript": "^4.9.5"
7879
}
79-
}
80+
}

0 commit comments

Comments
 (0)