We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ee29a commit 2cd46f7Copy full SHA for 2cd46f7
package.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"scripts": {
7
"start": "blueprint run",
8
- "build": "blueprint build",
+ "build": "tsc && blueprint build",
9
"prettier": "prettier -c .",
10
"prettier-fix": "prettier --write -c .",
11
"test": "jest --verbose"
0 commit comments