Skip to content

Commit

Permalink
fix(app): Remove duplicate script
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Sep 18, 2016
1 parent 3e03713 commit ea55b52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@

"prefuse:cli": "npm run check:target:fuse --silent && npm run check:already:built --silent",
"fuse:clean": "(cd dist/${TARGET-app}/${MODE-dev} && uno clean)",
"prefuse:cli": "npm run check:target:fuse --silent && npm run check:already:built --silent",
"fuse:cli": "(cd dist/${TARGET-app}/${MODE-dev} && fuse ${COMMAND} ${ARGS})",
"fuse:build:ios": "COMMAND=build OPTIONS+=(--target=iOS --run) npm run fuse:cli",
"fuse:build:android": "COMMAND=build OPTIONS+=(--target=android --run) npm run fuse:cli",
Expand Down

0 comments on commit ea55b52

Please # to comment.