Skip to content

Commit c6081e5

Browse files
committed
add prepack script
1 parent 323cf23 commit c6081e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"scripts": {
4848
"build": "yarn docs && yarn build:slang",
4949
"build:slang": "tsc --project tsconfig.prod.json",
50+
"prepack": "yarn build",
5051
"eslint": "eslint src",
5152
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
5253
"format:ci": "prettier --list-different \"src/**/*.{ts,tsx}\"",

0 commit comments

Comments
 (0)