Skip to content

Commit d84ceb1

Browse files
chore(build): fix demo build
1 parent 638b3ce commit d84ceb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demos/todomvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repository": "git+https://github.com/cerebral/overmind.git",
99
"scripts": {
1010
"start": "webpack-dev-server --port 4000",
11-
"build": "",
11+
"build": "webpack",
1212
"typecheck": "tsc --noEmit",
1313
"prepare": "npm run build",
1414
"posttest": "npm run typecheck"

0 commit comments

Comments
 (0)