remove-multilang script added at pkg.json

This commit is contained in:
Al Murad Uzzaman
2024-05-20 16:40:27 +06:00
parent b8c4619fa3
commit 521fd4804d
+2 -1
View File
@@ -11,7 +11,8 @@
"preview": "astro preview",
"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",
"remove-multilang": "node scripts/removeMultilang.js && yarn format"
},
"dependencies": {
"@astrojs/mdx": "^2.3.0",