Skip to content

Commit ca1969f

Browse files
author
cawfree
committed
chore: add build command
1 parent 80462ca commit ca1969f

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
@@ -31,6 +31,7 @@
3131
"typecheck": "tsc --noEmit",
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"prepack": "bob build",
34+
"build": "yarn prepack",
3435
"release": "release-it",
3536
"example": "yarn --cwd example",
3637
"bootstrap": "yarn example && yarn install && yarn example pods",

0 commit comments

Comments
 (0)