Skip to content

Commit

Permalink
Fix windows bumbo
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed Jun 16, 2023
1 parent 873f189 commit 665a9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"format": "prettier --write \"**/*.ts\"",
"format-check": "prettier --check \"**/*.ts\"",
"lint": "eslint src --ext .ts",
"package": "ncc build --source-map --license licenses.txt",
"all": "yarn run build && yarn run format && yarn run lint && yarn run package"
Expand Down

0 comments on commit 665a9a7

Please sign in to comment.