Skip to content

Commit

Permalink
fix(deps): use Blockly 12 beta instead of RC
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Dec 10, 2024
1 parent 638ee0f commit 92a8a01
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 204 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
node-version-file: '.nvmrc'
# TODO: tests
- name: Install Node Dependencies
run: npm ci
# The --legacy-peer-deps flag is a TEMPORARY fix during the Blockly 12 beta.
# It should be removed once the @blockly/* packages support Blockly 12.
run: npm ci --legacy-peer-deps
- name: Build
run: npm run build
# - name: Deploy playground to GitHub Pages
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Temporary until Blockly v12 release
/blockly-rc/

# OSX
.DS_Store

Expand Down
4 changes: 0 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Temporary until Blockly v12 release
/blockly-rc/
/temp-use-blockly-v12-rc.sh

# Development files
/.circleci
.eslintrc
Expand Down
Loading

0 comments on commit 92a8a01

Please sign in to comment.