Skip to content

Commit

Permalink
fix: ensure schematic is installed as devDependency (#16965)
Browse files Browse the repository at this point in the history
  • Loading branch information
admah committed Jun 17, 2021
1 parent c37ecea commit b49fcaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions npm/cypress-schematic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"registry": "http://registry.npmjs.org/"
},
"builders": "./src/builders/builders.json",
"ng-add": {
"save": "devDependencies"
},
"schematics": "./src/schematics/collection.json"
}

0 comments on commit b49fcaf

Please sign in to comment.