diff --git a/package.json b/package.json index 5bfa463..267730b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "ecosystem:aio-app-builder-template" ], "scripts": { - "test": "npm run lint && npm run unit-tests", + "validation": "tv run-checks .", + "test": "npm run lint && npm run unit-tests && npm run validation", "lint": "eslint .", "unit-tests": "jest -c ./jest.config.js" }, @@ -21,6 +22,7 @@ "author": "Adobe Inc.", "license": "Apache-2.0", "devDependencies": { + "@adobe/aio-lib-template-validation": "^4.0.0", "@types/jest": "^27.4.1", "eol": "^0.9.1", "eslint": "^7.1.0", @@ -32,11 +34,11 @@ "eslint-plugin-standard": "^4.0.1", "jest": "^27", "js-yaml": "^4.1.0", + "lodash.clonedeep": "^4.5.0", "stdout-stderr": "^0.1.13", "yeoman-assert": "^3.1.1", - "yeoman-test": "^6.0.0", "yeoman-environment": "^3.2.0", - "lodash.clonedeep": "^4.5.0" + "yeoman-test": "^6.0.0" }, "dependencies": { "@adobe/generator-app-common-lib": "0.3.0",