Skip to content

Commit

Permalink
Avoid jridgewell/sourcemaps#3 bug for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Dec 10, 2024
1 parent abd1a77 commit e81133e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: build
on:
push:
paths:
- '.github/workflows/build.yml'
- 'packages/{core,fetcher,sdk}/src/**'
- 'packages/{core,fetcher,sdk}/package.json'
- 'test/**'
- 'test/package.json'
pull_request:
paths:
- '.github/workflows/build.yml'
- 'packages/{core,fetcher,sdk}/src/**'
- 'packages/{core,fetcher,sdk}/package.json'
- 'test/**'
- 'test/package.json'

jobs:
Ubuntu:
runs-on: ubuntu-latest
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/migrate.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: migrate
on:
push:
paths:
- '.github/workflows/migrate.yaml'
- 'packages/migrate/assets/input/*.json'
- 'packages/migrate/src/**'
- 'packages/migrate/test/**'
- 'packages/migrate/package.json'
on:
pull_request:
paths:
- '.github/workflows/migrate.yaml'
- 'packages/migrate/assets/input/*.json'
- 'packages/migrate/src/**'
- 'packages/migrate/test/**'
- 'packages/migrate/package.json'

jobs:
Ubuntu:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"prettier": "^3.2.4",
"rimraf": "^5.0.1",
"sloc": "^0.3.0"
},
"resolutions": {
"@jridgewell/gen-mapping": "0.3.5"
}
}

0 comments on commit e81133e

Please sign in to comment.