Skip to content

Commit 4caba3c

Browse files
author
Luca Forstner
authored
build(webpack): Add build:npm command (#170)
1 parent 9114449 commit 4caba3c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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

915
No changes.

packages/webpack-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
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",

0 commit comments

Comments
 (0)