Skip to content

Commit 18b9e24

Browse files
author
David Sheldrick
committed
add build script
1 parent ec747e0 commit 18b9e24

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
@@ -23,6 +23,7 @@
2323
"react-native": ">=0.45.0"
2424
},
2525
"scripts": {
26+
"build": "rm -rf dist && tsc",
2627
"precommit": "tsc && lint-staged",
2728
"test": "jest"
2829
},

0 commit comments

Comments
 (0)