Skip to content

Commit 8738977

Browse files
authored
Revert "ci: add release runners (#25)" (#26)
This reverts commit 4c17982.
1 parent 4c17982 commit 8738977

File tree

6 files changed

+10
-89
lines changed

6 files changed

+10
-89
lines changed

.github/actions/setup-project/action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,3 @@ runs:
1818
- name: Install dependencies
1919
run: yarn
2020
shell: bash
21-
22-
- name: Install React Dependencies in Root
23-
shell: bash
24-
run: |
25-
cd ./packages/grapesjs-react && yarn add \
26-
react@^19.0.0 \
27-
react-dom@^19.0.0 \
28-
@types/react@^19.0.0 \
29-
@types/react-dom@^19.0.0

.github/workflows/pr.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
- name: Setup Project Base
3131
uses: ./.github/actions/setup-project
3232

33+
## We specify the version of react and react-dom we want to run vite build with
34+
- name: Install React Dependencies in Root
35+
run: |
36+
cd ./packages/grapesjs-react && yarn add \
37+
react@^19.0.0 \
38+
react-dom@^19.0.0 \
39+
@types/react@^19.0.0 \
40+
@types/react-dom@^19.0.0
41+
3342
- name: Build Core
3443
run: yarn workspace @grapesjs/react run build
3544

.github/workflows/release-grapesjs-react-latest.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"clean": "find . -type d \\( -name \"node_modules\" -o -name \"build\" -o -name \"dist\" \\) -exec rm -rf {} + && rm ./yarn.lock",
99
"build:core": "yarn workspace @grapesjs/react run build",
1010
"build:app-18": "yarn workspace @grapesjs/react-app-18 run build",
11-
"build:app-19": "yarn workspace @grapesjs/react-app-19 run build",
12-
"release:core:latest": "ts-node scripts/releaseCore latest",
13-
"publish:core:latest": "cd packages/grapesjs-react && npm publish --access public"
11+
"build:app-19": "yarn workspace @grapesjs/react-app-19 run build"
1412
},
1513
"workspaces": {
1614
"packages": [

scripts/common.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

scripts/releaseCore.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)