Skip to content

Commit feeb436

Browse files
committed
chore: add build-dev script
1 parent 2cc5baa commit feeb436

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frameworks/keyed/bdc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@rollup/plugin-node-resolve": "7.1.3"
2525
},
2626
"scripts": {
27+
"build-dev": "rollup -c --watch",
2728
"build-prod": "rollup -c"
2829
}
2930
}

frameworks/non-keyed/bdc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@rollup/plugin-node-resolve": "7.1.3"
2525
},
2626
"scripts": {
27+
"build-dev": "rollup -c --watch",
2728
"build-prod": "rollup -c"
2829
}
2930
}

0 commit comments

Comments
 (0)