Add watch command and update tsswift version in configuration
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"swift:build:macos": "tsswift build --path swift/SocialIO.xcodeproj --platform macos",
|
||||
"swift:test": "tsswift test --path swift/SocialIO.xcodeproj",
|
||||
"swift:run": "tsswift run --path swift/SocialIO.xcodeproj",
|
||||
"swift:watch": "tsswift watch --path swift/SocialIO.xcodeproj",
|
||||
"swift:launch": "tsswift launch --path swift/SocialIO.xcodeproj",
|
||||
"swift:command:inbox": "tsswift command --path swift/SocialIO.xcodeproj --route socialio://mailbox/inbox",
|
||||
"swift:screenshots:ios": "tsswift screenshots --path swift/SocialIO.xcodeproj --platform ios",
|
||||
@@ -17,6 +18,6 @@
|
||||
"swift:review": "tsswift review --path swift/SocialIO.xcodeproj"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsswift": "0.3.0"
|
||||
"@git.zone/tsswift": "0.4.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user