Skip to content

Commit edd180b

Browse files
committed
build prod flag
1 parent a5afe57 commit edd180b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
run: npm install
2626

2727
- name: Build Angular project
28-
run: npm run build
28+
run: npm run build -- --prod
2929

30-
- name: Publish to GitHub Packages
30+
- name: Publish Package
3131
uses: JS-DevTools/npm-publish@v3
3232
with:
3333
token: ${{ secrets.NPMJS_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-serial",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Angular library for Web Serial API with RxJS",
55
"repository": {
66
"type": "git",

projects/angular-serial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-serial",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"peerDependencies": {
55
"@angular/common": "^17.3.0",
66
"@angular/core": "^17.3.0"

0 commit comments

Comments
 (0)