Skip to content

Commit 4ec458d

Browse files
committed
remove root lage to stop a recursion thing
1 parent 858edfd commit 4ec458d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn
2929

3030
- name: Build CI
31-
run: yarn buildci
31+
run: yarn lage buildci
3232

3333
android:
3434
name: Android PR

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,18 @@
1616
],
1717
"scripts": {
1818
"build": "lage build-all",
19-
"buildci": "lage buildci",
2019
"clean-all": "node ./scripts/src/preinstall/clean-all.js",
2120
"docs": "yarn workspace fluent-rn-website start",
22-
"bundle": "lage bundle",
23-
"clean": "lage clean",
2421
"change": "changeset",
2522
"changeset:version": "zx .github/scripts/changeset-version-with-postbump.mts",
2623
"changeset:validate": "zx .github/scripts/validate-changesets.mts",
2724
"check-publishing": "node ./scripts/src/cli.mjs check-publishing",
28-
"lint": "lage lint",
2925
"lint-fix": "cross-env FURN_FIX_MODE=true lage lint",
30-
"lint-package": "lage lint-package",
3126
"lint-package-fix": "cross-env FURN_FIX_MODE=true lage lint-package",
32-
"preinstall": "node ./scripts/src/preinstall/use-yarn-please.js",
27+
"preinstall": "node ./scripts/src/preinstall/use-yarn-please.js",
3328
"format": "oxfmt",
3429
"format:check": "oxfmt --check",
3530
"lint-lockfile": "lint-lockfile",
36-
"test": "lage test",
3731
"test-links": "markdown-link-check"
3832
},
3933
"devDependencies": {

0 commit comments

Comments
 (0)