Skip to content

Commit

Permalink
adds package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
beatthat committed Feb 11, 2020
1 parent ea500df commit 92d5f3b
Show file tree
Hide file tree
Showing 3 changed files with 3,237 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Node.js Package

name: publish package
on:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -14,7 +12,6 @@ jobs:
node-version: 12
- run: npm ci
- run: npm test

publish-gpr:
needs: build
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ sysinfo.txt
node_modules

*.log

package-lock.json
.DS_Store
Loading

0 comments on commit 92d5f3b

Please sign in to comment.