Skip to content

Commit c1567cb

Browse files
author
pemrouz
committed
update export command syntax
1 parent fd5125a commit c1567cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time-travel-todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"babel": "babel src -d dist --copy-files",
88
"clean": "rm -rf dist && mkdir dist",
99
"copy": "cp ./node_modules/rijs.minimal/dist/ripple.js dist/ripple.js",
10-
"export": "sh -c 'rijs.export dist'",
10+
"export": "sh -c 'rijs.export'",
1111
"bundle": "sh -c 'echo \"ripple(require(\\'./dist/index.js\\'))\" | browserify - -o dist/app.js",
1212
"build": "npm run clean && npm run babel && npm run export && npm run bundle && npm run copy"
1313
},

0 commit comments

Comments
 (0)