File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 44
55- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott
66
7+ ## 2.0.0-alpha.1
8+
9+ No changes.
10+
11+ The previous release didn't include the ` @sentry/webpack-plugin ` tarball.
12+
713## 2.0.0-alpha.0
814
915No changes.
Original file line number Diff line number Diff line change 3434 "build:rollup:watch" : " rollup --config rollup.config.js --watch --no-watch.clearScreen" ,
3535 "build:types" : " tsc --project types.tsconfig.json" ,
3636 "build:types:watch" : " tsc --project types.tsconfig.json --watch --preserveWatchOutput" ,
37+ "build:npm" : " npm pack" ,
3738 "check:types" : " run-p check:types:src check:types:test" ,
3839 "check:types:src" : " tsc --project ./src/tsconfig.json --noEmit" ,
3940 "check:types:test" : " tsc --project ./test/tsconfig.json --noEmit" ,
You can’t perform that action at this time.
0 commit comments