Skip to content

Commit

Permalink
update export command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Jun 26, 2016
1 parent fd5125a commit c1567cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time-travel-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"babel": "babel src -d dist --copy-files",
"clean": "rm -rf dist && mkdir dist",
"copy": "cp ./node_modules/rijs.minimal/dist/ripple.js dist/ripple.js",
"export": "sh -c 'rijs.export dist'",
"export": "sh -c 'rijs.export'",
"bundle": "sh -c 'echo \"ripple(require(\\'./dist/index.js\\'))\" | browserify - -o dist/app.js",
"build": "npm run clean && npm run babel && npm run export && npm run bundle && npm run copy"
},
Expand Down

0 comments on commit c1567cb

Please sign in to comment.