We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5afe57 commit edd180bCopy full SHA for edd180b
.github/workflows/build.yml
@@ -25,9 +25,9 @@ jobs:
25
run: npm install
26
27
- name: Build Angular project
28
- run: npm run build
+ run: npm run build -- --prod
29
30
- - name: Publish to GitHub Packages
+ - name: Publish Package
31
uses: JS-DevTools/npm-publish@v3
32
with:
33
token: ${{ secrets.NPMJS_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-web-serial",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "Angular library for Web Serial API with RxJS",
5
"repository": {
6
"type": "git",
projects/angular-serial/package.json
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
0 commit comments