Skip to content

Commit

Permalink
fix: fixed erroring out if no files found
Browse files Browse the repository at this point in the history
  • Loading branch information
hritikgupta authored and loganek committed Jan 20, 2023
1 parent 70fc310 commit fcd20fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/assemblyscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"asc": "asc",
"lint": "eslint . --ext .ts",
"build": "ts-node buildscripts/build.ts",
"prettier-format-check": "npx prettier --config .prettierrc '**/*.ts' --check",
"prettier-format-apply": "npx prettier --config .prettierrc '**/*.ts' --write"
"prettier-format-check": "npx prettier --config .prettierrc '**/*.ts' --check --no-error-on-unmatched-pattern",
"prettier-format-apply": "npx prettier --config .prettierrc '**/*.ts' --write --no-error-on-unmatched-pattern"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fcd20fa

Please sign in to comment.