Skip to content

Commit a434597

Browse files
committed
feat: add update script for scratchblocks locales
1 parent 7a51ce6 commit a434597

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"preview": "vite preview",
99
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --fix",
1010
"deploy": "npm run build",
11-
"start": "npm run dev"
11+
"start": "npm run dev",
12+
"update:scratchblocks-locales": "git update-scratchblocks"
1213
},
1314
"dependencies": {
1415
"@fingerprintjs/fingerprintjs": "^5.0.1",
@@ -83,3 +84,4 @@
8384
"vue-router": "^5.0.2"
8485
}
8586
}
87+

0 commit comments

Comments
 (0)