fix: tsx must be loaded with --import instead of --loader (#3225)
* fix: tsx must be loaded with --import instead of --loader * fix: update ci * fix: update ci
This commit is contained in:
parent
b86193c349
commit
6d04914e32
2
.github/workflows/nocobase-test-backend.yml
vendored
2
.github/workflows/nocobase-test-backend.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
- main
|
||||
- develop
|
||||
paths:
|
||||
- 'package.json'
|
||||
- 'packages/core/acl/**'
|
||||
- 'packages/core/actions/**'
|
||||
- 'packages/core/database/**'
|
||||
@ -14,6 +15,7 @@ on:
|
||||
- '.github/workflows/nocobase-test-backend.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'package.json'
|
||||
- 'packages/core/acl/**'
|
||||
- 'packages/core/actions/**'
|
||||
- 'packages/core/database/**'
|
||||
|
4
.github/workflows/nocobase-test-e2e.yml
vendored
4
.github/workflows/nocobase-test-e2e.yml
vendored
@ -6,13 +6,13 @@ on:
|
||||
- 'main'
|
||||
- 'develop'
|
||||
paths:
|
||||
- '.github/workflows/nocobase-build-test.yml'
|
||||
- '.github/workflows/nocobase-test-e2e.yml'
|
||||
- 'packages/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- '.github/workflows/nocobase-build-test.yml'
|
||||
- '.github/workflows/nocobase-test-e2e.yml'
|
||||
- 'packages/**'
|
||||
|
||||
jobs:
|
||||
|
@ -97,6 +97,7 @@
|
||||
"pretty-quick": "^3.1.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"tsx": "^4.6.2",
|
||||
"ts-jest": "^29.1.1",
|
||||
"typescript": "5.1.3",
|
||||
"vite": "^4.4.9",
|
||||
|
Loading…
Reference in New Issue
Block a user