Skip to content

Commit 5d30e0b

Browse files
author
Luca Forstner
authored
build(webpack): Publish webpack plugin on release action (#250)
1 parent b2f4dbe commit 5d30e0b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.craft.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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$/
1312
targets:
1413
- name: github
1514
includeNames: /^sentry-.*.tgz$/

packages/webpack-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
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"
@@ -39,6 +38,7 @@
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",

0 commit comments

Comments
 (0)