Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Update package.json #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cordova-build": "npm run build && cordova build",
"cordova-run": "npm run build && cordova run browser",
"cordova-run-ios": "npm run build && cordova run ios",
"cordova-run-android": "npm run build && cordova run android",
"cordova-run-android": "npm run build-dev && cordova run android",
"copy-fonts": "cpy node_modules/framework7-icons/fonts/*.* src/fonts && cpy node_modules/material-design-icons/iconfont/*.{eot,ttf,woff,woff2} src/fonts",
"postinstall": "npm run copy-fonts"
},
Expand Down Expand Up @@ -80,4 +80,4 @@
"ios"
]
}
}
}