Skip to content

Commit

Permalink
chore: enable package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
taavettik committed Jan 24, 2024
1 parent 35e9387 commit 14a1eba
Show file tree
Hide file tree
Showing 3 changed files with 7,314 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci && npm run build
- run: echo "registry=https://npm.pkg.github.com" >> .npmrc
- run: npm install && npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion packages/server/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
package-lock = false
Loading

0 comments on commit 14a1eba

Please sign in to comment.