Skip to content

Commit

Permalink
fixed small bug and updated build with ci
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-ellis-sp committed Feb 21, 2025
1 parent f888a5e commit fc31749
Show file tree
Hide file tree
Showing 5 changed files with 6,464 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run npm install and build connector
id: buildConnector
run: |
npm install
npm ci
npm run pack-zip
- name: Extract version from package.json
run: |
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ node_modules/
dist/
coverage/

package-lock.json
*.local.http
input.json
config.json
Expand Down
Loading

0 comments on commit fc31749

Please sign in to comment.