Skip to content

Commit 63b3eb5

Browse files
committed
fix TNS build script
1 parent af8280c commit 63b3eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/type-n-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818
},
1919
"scripts": {
20-
"build": "NODE_ENV=production browserify src/app.jsx --extension=.jsx | java -jar bin/compiler.jar > public/app.js",
20+
"build": "NODE_ENV=production browserify src/app.jsx --extension=.jsx --extension=.es6| java -jar ../todomvc/bin/compiler.jar > public/app.js",
2121
"start": "ecstatic -p 8000 public",
2222
"watch": "watchify -d src/app.jsx --extension=.jsx --extension=.es6 -o public/app.js -dv",
2323
"test": "jest"

0 commit comments

Comments
 (0)