Skip to content

Commit

Permalink
fix: configure the publish of @cypress/schematic (#16479)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed May 12, 2021
1 parent 0539331 commit f8395a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions npm/cypress-schematic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"e2e",
"testing"
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
},
"builders": "./src/builders/builders.json",
"schematics": "./src/schematics/collection.json"
}

0 comments on commit f8395a7

Please sign in to comment.