Skip to content

Commit e61ca5c

Browse files
committed
Build ferric-example when bootstrapping
1 parent 4887af6 commit e61ca5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ferric-example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"main": "ferric_example.js",
1212
"types": "ferric_example.d.ts",
1313
"scripts": {
14-
"build": "ferric build"
14+
"build": "ferric build",
15+
"bootstrap": "npm run build"
1516
},
1617
"devDependencies": {
1718
"ferric-cli": "^0.1.0"

0 commit comments

Comments
 (0)