mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 05:33:08 +03:00
ci: remove perfsee upload step on CI (#1356)
This commit is contained in:
parent
5760c41cd0
commit
2a08e0b704
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -50,7 +50,6 @@ jobs:
|
||||
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID }}
|
||||
NEXT_PUBLIC_FIREBASE_APP_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_APP_ID }}
|
||||
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID }}
|
||||
PERFSEE_TOKEN: ${{ secrets.PERFSEE_TOKEN }}
|
||||
|
||||
- name: Export
|
||||
run: pnpm export
|
||||
|
@ -29,6 +29,7 @@
|
||||
"*.{ts,tsx,js,jsx}": "npx eslint --cache --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@perfsee/sdk": "^1.3.0",
|
||||
"@playwright/test": "^1.31.1",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/eslint": "^8.21.1",
|
||||
|
@ -13,6 +13,7 @@ importers:
|
||||
|
||||
.:
|
||||
specifiers:
|
||||
'@perfsee/sdk': ^1.3.0
|
||||
'@playwright/test': ^1.31.1
|
||||
'@testing-library/react': ^14.0.0
|
||||
'@types/eslint': ^8.21.1
|
||||
@ -45,6 +46,7 @@ importers:
|
||||
vitest: ^0.28.5
|
||||
vitest-fetch-mock: ^0.2.2
|
||||
devDependencies:
|
||||
'@perfsee/sdk': 1.3.0_typanion@3.12.1
|
||||
'@playwright/test': 1.31.1
|
||||
'@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@types/eslint': 8.21.1
|
||||
@ -3646,6 +3648,22 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@perfsee/sdk/1.3.0_typanion@3.12.1:
|
||||
resolution: {integrity: sha512-Yh9JXedRxeC2pSKZXT/VKaVUcNCmaqKhs9B8ARnqAsJVcQfcK/yWkefF+5cD+PyzLQ3QGJbdtx/+lIORSjO7Uw==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chalk: 4.1.2
|
||||
clipanion: 3.2.0_typanion@3.12.1
|
||||
graphql: 16.6.0
|
||||
lodash: 4.17.21
|
||||
node-fetch: 2.6.9
|
||||
simple-git: 3.16.1
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
- typanion
|
||||
dev: true
|
||||
|
||||
/@perfsee/utils/1.3.0:
|
||||
resolution: {integrity: sha512-Qla/tiqM6Ct5fMEFfWXoRTPXo/T/n5lkRd0yHl3jmSUMvDhIH0EIAzL0L5IoVdha8H4de5ly/FhVv2p9zZ3o9g==}
|
||||
dependencies:
|
||||
@ -6557,6 +6575,14 @@ packages:
|
||||
/client-only/0.0.1:
|
||||
resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
|
||||
|
||||
/clipanion/3.2.0_typanion@3.12.1:
|
||||
resolution: {integrity: sha512-XaPQiJQZKbyaaDbv5yR/cAt/ORfZfENkr4wGQj+Go/Uf/65ofTQBCPirgWFeJctZW24V3mxrFiEnEmqBflrJYA==}
|
||||
peerDependencies:
|
||||
typanion: '*'
|
||||
dependencies:
|
||||
typanion: 3.12.1
|
||||
dev: true
|
||||
|
||||
/cliui/6.0.0:
|
||||
resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==}
|
||||
dependencies:
|
||||
@ -8669,6 +8695,11 @@ packages:
|
||||
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
|
||||
dev: true
|
||||
|
||||
/graphql/16.6.0:
|
||||
resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==}
|
||||
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
||||
dev: true
|
||||
|
||||
/gunzip-maybe/1.4.2:
|
||||
resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==}
|
||||
hasBin: true
|
||||
@ -12537,6 +12568,10 @@ packages:
|
||||
domino: 2.1.6
|
||||
dev: false
|
||||
|
||||
/typanion/3.12.1:
|
||||
resolution: {integrity: sha512-3SJF/czpzqq6G3lprGFLa6ps12yb1uQ1EmitNnep2fDMNh1aO/Zbq9sWY+3lem0zYb2oHJnQWyabTGUZ+L1ScQ==}
|
||||
dev: true
|
||||
|
||||
/type-check/0.3.2:
|
||||
resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
Loading…
Reference in New Issue
Block a user