forked from JeremyHeleine/Photo-Sphere-Viewer
-
-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
106 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ jobs: | |
uses: ./.github/workflows/shared/setup | ||
|
||
- name: build | ||
run: yarn ci:build-doc | ||
run: yarn doc:build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"name": "photo-sphere-viewer", | ||
"name": "@photo-sphere-viewer/parent", | ||
"version": "0.0.0", | ||
"private": true, | ||
"license": "MIT", | ||
"packageManager": "[email protected]", | ||
"workspaces": [ | ||
"docs", | ||
"cypress", | ||
|
@@ -17,11 +18,10 @@ | |
"serve": "turbo run watch --concurrency 50", | ||
"serve:filter": "run() { read filters; turbo run watch --concurrency 50 $filters; }; FORCE_COLOR=true node ./build/select-packages.mjs | run", | ||
"npm-link": "turbo run npm-link --output-logs=new-only", | ||
"doc:build": "turbo run build-doc --force", | ||
"doc:build": "turbo run build-doc", | ||
"doc:serve": "turbo run serve-doc", | ||
"ci:build": "turbo run lint build test --cache-dir=.turbo", | ||
"ci:build-doc": "turbo run build-doc --cache-dir=.turbo", | ||
"ci:e2e": "node ./build/start-and-test.mjs \"watch --e2e\" e2e:run", | ||
"ci:build": "turbo run lint build test", | ||
"ci:e2e": "yarn build && node ./build/start-and-test.mjs \"watch --e2e\" \"e2e:run\"", | ||
"ci:version": "set-versions --workspaces", | ||
"ci:publish": "turbo run publish-dist --concurrency=1", | ||
"e2e:open": "cypress open --e2e --browser=electron", | ||
|
@@ -56,7 +56,7 @@ | |
"ts-node": "^10.9.1", | ||
"tsc": "^2.0.4", | ||
"tsup": "^8.3.0", | ||
"turbo": "^1.13.3", | ||
"turbo": "^2.2.3", | ||
"typedoc": "^0.26.7", | ||
"typedoc-plugin-extras": "^3.1.0", | ||
"typescript": "^5.6.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters