mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 07:19:51 +00:00
refactor: fixes prettier script syntax
This commit makes sure that the right syntax is used in the Prettier scripts.
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
"format": "prettier --write \"**/*.ts\"",
|
||||
"format:check": "prettier --check \"**/*.ts\"",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"package": "ncc build --source-map --license licenses.txt",
|
||||
"test": "jest",
|
||||
|
Reference in New Issue
Block a user