We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09d55c commit e461a24Copy full SHA for e461a24
package.json
@@ -15,6 +15,7 @@
15
"build": "cross-env BUILD_MODE=staging astro build",
16
"preview": "cross-env BUILD_MODE=stagin astro preview",
17
"dev": "cross-env BUILD_MODE=staging astro dev",
18
+ "format": "prettier --write .",
19
"fetch-schedule": "node fetch-schedule.js"
20
},
21
"dependencies": {
0 commit comments