Skip to content

Commit 2cd46f7

Browse files
authored
fix: yarn build (#29)
1 parent a8ee29a commit 2cd46f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"scripts": {
77
"start": "blueprint run",
8-
"build": "blueprint build",
8+
"build": "tsc && blueprint build",
99
"prettier": "prettier -c .",
1010
"prettier-fix": "prettier --write -c .",
1111
"test": "jest --verbose"

0 commit comments

Comments
 (0)