mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
remove-multilang script added at pkg.json
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@
|
|||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"format": "prettier -w ./src",
|
"format": "prettier -w ./src",
|
||||||
"generate-json": "node scripts/jsonGenerator.js",
|
"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": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^2.3.0",
|
"@astrojs/mdx": "^2.3.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user