File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ requireNames:
88 - /^sentry-esbuild-plugin-.*\.tgz$/
99 - /^sentry-rollup-plugin-.*\.tgz$/
1010 - /^sentry-vite-plugin-.*\.tgz$/
11- # TODO: Comment in when we replace the webpack plugin
12- # - /^sentry-webpack-plugin-*.tgz$/
11+ - /^sentry-webpack-plugin-*.tgz$/
1312targets :
1413 - name : github
1514 includeNames : /^sentry-.*.tgz$/
Original file line number Diff line number Diff line change 88 "license" : " MIT" ,
99 "keywords" : [
1010 " Sentry" ,
11- " Vite " ,
11+ " Webpack " ,
1212 " bundler" ,
1313 " plugin"
1414 ],
15- "private" : true ,
1615 "publishConfig" : {
17- "access" : " restricted "
16+ "access" : " public "
1817 },
1918 "files" : [
2019 " dist"
3938 "check:types" : " run-p check:types:src check:types:test" ,
4039 "check:types:src" : " tsc --project ./src/tsconfig.json --noEmit" ,
4140 "check:types:test" : " tsc --project ./test/tsconfig.json --noEmit" ,
41+ "build:npm" : " npm pack" ,
4242 "clean" : " run-s clean:build" ,
4343 "clean:all" : " run-p clean clean:deps" ,
4444 "clean:build" : " rimraf ./dist *.tgz" ,
You can’t perform that action at this time.
0 commit comments