Skip to content

Commit

Permalink
remove package-lock.json file
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed May 12, 2021
1 parent 9ac4895 commit d965ed0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,388 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install
- run: npm run build
- run: npm run tsc-publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- run: npm ci
- run: npm install

- run: npm run lint

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
.DS_Store
dist/
cog.json
package-lock.json
Loading

0 comments on commit d965ed0

Please sign in to comment.