🔧 (validate document) add script to generate the validate function
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit",
|
||||
"lint": "vue-cli-service lint"
|
||||
"lint": "vue-cli-service lint",
|
||||
"build-couch-design": "ts-node src/scripts/validate-doc-update.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
||||
@@ -57,7 +58,8 @@
|
||||
"node-sass": "^4.12.0",
|
||||
"sass-loader": "^7.3.1",
|
||||
"ts-jest": "^24.1.0",
|
||||
"ts-node": "^8.6.2",
|
||||
"typescript": "~3.8.2",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user