Skip to content

Commit

Permalink
reformat npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
enteraga6 committed Oct 24, 2023
1 parent 6ad7bce commit 4a522c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/sign-attestations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"ci": "npm ci",
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"package": "ncc build --external encoding --source-map",
"lint": "eslint --max-warnings 0 src/**/*.ts",
"all": "npm ci && npm run format && npm run lint && npm run build && npm run package"
Expand Down

0 comments on commit 4a522c3

Please sign in to comment.