Skip to content

Commit

Permalink
exclude type roots from editor build (#6274)
Browse files Browse the repository at this point in the history
* exclude type roots from editor build

* bump sim
  • Loading branch information
riknoll authored and aznhassan committed Jan 26, 2024
1 parent e66fb08 commit e263a74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.10
ref: v0.11.11
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.10
ref: v0.11.11
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
1 change: 1 addition & 0 deletions editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"outFile": "../built/editor.js",
"rootDir": ".",
"newLine": "LF",
"types": [],
"sourceMap": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pxt-core": "8.5.57"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.10"
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.11"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
Expand Down

0 comments on commit e263a74

Please sign in to comment.