update scripts in package.json

This commit is contained in:
somrat sorkar
2023-06-18 10:43:23 +06:00
parent f86175c9a0
commit fdaf7880a5
+1 -1
View File
@@ -10,7 +10,7 @@
"build": "astro build",
"format": "prettier -w ./src",
"generate-json": "node scripts/jsonGenerator.js",
"remove-darkmode": "node scripts/removeDarkMode.js && yarn format"
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"dependencies": {
"@astrojs/image": "^0.17.0",