Skip to content

Commit f87f02f

Browse files
committed
build: fix library deployment
1 parent 4d478d0 commit f87f02f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"prestart": "npm run build",
8-
"prebuild": "ng build @manekinekko/angular-web-bluetooth",
8+
"prebuild": "ng build @manekinekko/angular-web-bluetooth --prod",
99
"build": "ng build angular-web-bluetooth-starter --prod",
1010
"test": "echo 'skipping test'",
1111
"lint": "ng lint",
1212
"e2e": "echo 'skipping test'",
1313
"docs": "compodoc -p tsconfig.json --theme material -d docs",
1414
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
15-
"release": "cd projects/manekinekko/angular-web-bluetooth && release-it --no-git.requireUpstream"
15+
"prerelease": "npm run prebuild",
16+
"release": "cd dist/manekinekko/angular-web-bluetooth && release-it --no-git.requireUpstream"
1617
},
1718
"private": true,
1819
"dependencies": {

0 commit comments

Comments
 (0)