Skip to content

Commit

Permalink
chore(ci): Update vercel script for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Feb 12, 2024
1 parent 89c5827 commit 3d259bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"build": "npm run build:docs && npm run build:transform",
"build:docs": "xcodebuild docbuild -scheme IonicPortals -derivedDataPath DerivedData -destination 'platform=iOS Simulator,name=iPhone 13'",
"build:docs": "xcodebuild docbuild -scheme IonicPortals -derivedDataPath DerivedData -destination 'platform=iOS Simulator,name=iPhone 15'",
"build:transform": "mv DerivedData/Build/Products/Debug-iphonesimulator/IonicPortals.doccarchive public"
}
}

0 comments on commit 3d259bb

Please sign in to comment.