Skip to content

Commit 3a72563

Browse files
committed
Revert some newer changes
1 parent b5aea29 commit 3a72563

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
jobs:
1212

13-
lint:
14-
name: Lint
13+
integrate:
14+
name: Integrate
1515
runs-on: ubuntu-latest
1616
steps:
1717

@@ -26,4 +26,4 @@ jobs:
2626

2727
- run: npm run lint
2828

29-
- run: npm run build
29+
- run: npm run build-dist

package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,17 @@
7272
},
7373
"devDependencies": {
7474
"@raycast/eslint-config": "1.0.11",
75-
"@types/node": "20.17.17",
75+
"@types/node": "20.17.23",
7676
"@types/react": "18.3.18",
7777
"eslint": "8.57.1",
78-
"prettier": "3.4.2",
79-
"typescript": "5.7.3",
78+
"prettier": "3.5.3",
79+
"typescript": "5.8.2",
8080
"node-fetch": "3.3.2",
81-
"@raycast/migration": "1.91.0"
81+
"@raycast/migration": "1.93.0"
8282
},
8383
"scripts": {
8484
"build": "ray build",
85+
"build-dist": "ray build -e dist",
8586
"dev": "ray develop",
8687
"fix-lint": "ray lint --fix",
8788
"lint": "ray lint",

0 commit comments

Comments
 (0)