Skip to content

Commit

Permalink
Merge pull request #32 from amoskeyz/main
Browse files Browse the repository at this point in the history
update payment options
  • Loading branch information
seerbit-developers authored Oct 9, 2023
2 parents 757d950 + 94e09b0 commit 2e35f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: Publish package on NPM 📦
run: npm run build && npm publish
run: npm run build && npm publish dist/seerbit-angular
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
projects
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build seerbit-angular",
"build": "npm install && ng build seerbit-angular",
"test": "ng test",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
Expand Down

0 comments on commit 2e35f8b

Please sign in to comment.