This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
timeout: 600s # 10 minutes total timeout
|
||||
command_timeout: 300s # 5 minutes per command timeout
|
||||
script_stop_signal: true # Stop script on error
|
||||
script: |
|
||||
set -e
|
||||
|
||||
@@ -131,11 +131,15 @@
|
||||
"coverageDirectory": "../coverage",
|
||||
"testEnvironment": "node"
|
||||
},
|
||||
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"keywords": [],
|
||||
"type": "commonjs"
|
||||
"type": "commonjs",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"baseline-browser-mapping": "latest"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,5 +75,10 @@
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "^5",
|
||||
"vitest": "^4.0.15"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"baseline-browser-mapping": "latest"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user