mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 08:06:15 +00:00
Expand Prettier coverage
This commit is contained in:
@@ -1 +1,6 @@
|
||||
node_modules/
|
||||
# Ignore build artifacts
|
||||
/dist/
|
||||
/pre/
|
||||
|
||||
# Ignore all Markdown files
|
||||
*.md
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
"lint": "eslint src",
|
||||
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt && ncc build src/pre.js -o pre --source-map --license licenses.txt",
|
||||
"test": "jest",
|
||||
"format": "prettier --write 'src/**/*.js'",
|
||||
"format:check": "prettier --check 'src/**/*.js'",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"all": "npm run format && npm run lint && npm run prepare && npm run test"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user