mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(starters): Format all the supported files (#16238)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
.cache
|
||||||
|
package.json
|
||||||
|
package-lock.json
|
||||||
|
public
|
||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gatsby build",
|
"build": "gatsby build",
|
||||||
"develop": "gatsby develop",
|
"develop": "gatsby develop",
|
||||||
"format": "prettier --write src/**/*.{js,jsx}",
|
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
||||||
"start": "npm run develop",
|
"start": "npm run develop",
|
||||||
"serve": "gatsby serve",
|
"serve": "gatsby serve",
|
||||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
||||||
|
|||||||
Reference in New Issue
Block a user