Skip to content

Commit

Permalink
Switch to npm ci for build
Browse files Browse the repository at this point in the history
  • Loading branch information
IDisposable committed Dec 1, 2022
1 parent 264b6c5 commit 8d6e263
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_DEPLOY_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
preCommands: npm install
preCommands: npm ci
command: publish
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudfinger",
"version": "1.0.221201.5",
"version": "1.0.221201.6",
"description": "webfinger cloudflare worker",
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit 8d6e263

Please sign in to comment.