File tree Expand file tree Collapse file tree 4 files changed +16
-2589
lines changed Expand file tree Collapse file tree 4 files changed +16
-2589
lines changed Original file line number Diff line number Diff line change 57
57
"test:unit" : " jest" ,
58
58
"test:integration" : " run-s test:integration:clean test:integration:build test:integration:server test:integration:client" ,
59
59
"test:integration:clean" : " cd test/integration && rimraf node_modules .next .env.local" ,
60
- "test:integration:build" : " cd test/integration && yarn && yarn build" ,
60
+ "test:integration:build" : " cd test/integration && yarn --no-lockfile && yarn build" ,
61
61
"test:integration:server" : " cd test/integration && node test/server.js --silent" ,
62
62
"test:integration:client" : " cd test/integration && node test/client.js --silent" ,
63
63
"pack" : " npm pack" ,
Original file line number Diff line number Diff line change 4
4
/node_modules
5
5
/.pnp
6
6
.pnp.js
7
+ yarn.lock
8
+ package-lock.json
7
9
8
10
# testing
9
11
/coverage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " with-typescript" ,
3
- "version" : " 1.0.0" ,
4
3
"scripts" : {
5
4
"dev" : " next" ,
6
5
"build" : " next build" ,
7
- "start" : " next start" ,
8
- "type-check" : " tsc"
6
+ "start" : " next start"
9
7
},
10
8
"dependencies" : {
11
9
"@sentry/nextjs" : " file:../../" ,
23
21
"typescript" : " ^4.2.4" ,
24
22
"yargs" : " ^16.2.0"
25
23
},
26
- "license" : " MIT"
24
+ "resolutions" : {
25
+ "@sentry/browser" : " file:../../../browser" ,
26
+ "@sentry/core" : " file:../../../core" ,
27
+ "@sentry/hub" : " file:../../../hub" ,
28
+ "@sentry/integrations" : " file:../../../integrations" ,
29
+ "@sentry/minimal" : " file:../../../minimal" ,
30
+ "@sentry/node" : " file:../../../node" ,
31
+ "@sentry/react" : " file:../../../react" ,
32
+ "@sentry/tracing" : " file:../../../tracing" ,
33
+ "@sentry/types" : " file:../../../types" ,
34
+ "@sentry/utils" : " file:../../../utils"
35
+ }
27
36
}
You can’t perform that action at this time.
0 commit comments