Skip to content

Commit 3f68d47

Browse files
committed
add prepare script
1 parent 352fc42 commit 3f68d47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"format": "prettier --write .",
1010
"format-check": "prettier --check .",
1111
"build": "tsc",
12+
"prepare": "npm run build",
1213
"deps": "bash ./scripts/setupdeps.sh",
1314
"package": "ncc build --minify",
1415
"test": "jest",

0 commit comments

Comments
 (0)