mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 10:44:23 +08:00
chore: Update Dockerfile to use GitHub Container Registry for image build and push
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
"chinese",
|
||||
"dishes"
|
||||
],
|
||||
"scripts": {
|
||||
"manuallint": "node .github/manual_lint.js",
|
||||
"textlint": "textlint . --fix",
|
||||
"markdownlint": "markdownlint ./dishes ./tips",
|
||||
"lint": "npm run textlint && npm run markdownlint && npm run manuallint"
|
||||
},
|
||||
"author": "Anduin2017",
|
||||
"license": "Unlicense",
|
||||
"bugs": {
|
||||
@@ -22,7 +28,8 @@
|
||||
"dependencies": {
|
||||
"textlint": "^12.1.0",
|
||||
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
|
||||
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0"
|
||||
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0",
|
||||
"markdownlint-cli":"0.41.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"glob": "^7.2.0"
|
||||
|
||||
Reference in New Issue
Block a user