Skip to content

Commit

Permalink
Merge pull request #63 from LibreSign/feature/expose-src-folder
Browse files Browse the repository at this point in the history
Bump version and remove package-lock.json
  • Loading branch information
vitormattos authored Jan 16, 2024
2 parents 17774df + 684e208 commit 0ea0d40
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12,807 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install & Build
run: |
npm ci
npm i
npm install -g cross-env
cross-env PUBLIC_PATH=/vue-pdf-editor/ npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"

- name: Install dependencies
run: npm ci
run: npm i

- name: Lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
CYPRESS_INSTALL_BINARY: 0
run: |
npm ci
npm i
npm run build:lib
- name: Publish
Expand Down
Loading

0 comments on commit 0ea0d40

Please sign in to comment.