Skip to content

Commit

Permalink
Use the correct package names within release:federation npm-scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Jun 19, 2019
1 parent c6e7e5b commit f226512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"watch": "tsc --build tsconfig.build.json --watch",
"release": "npm run clean && npm ci && lerna publish --exact --include-merged-tags",
"release:server": "npm run release -- --force-publish=apollo-server,apollo-server-azure-functions,apollo-server-cloud-functions,apollo-server-cloudflare,apollo-server-express,apollo-server-fastify,apollo-server-hapi,apollo-server-koa,apollo-server-lambda,apollo-server-micro,apollo-server-testing,apollo-server-integration-testsuite",
"release:federation": "npm run release -- --force-publish=apollo-federation,apollo-gateway",
"release:federation": "npm run release -- --force-publish=@apollo/federation,@apollo/gateway",
"postinstall": "lerna run prepare && npm run compile",
"lint": "prettier-check '**/*.{js,ts}'",
"lint-fix": "prettier '**/*.{js,ts}' --write",
Expand Down

0 comments on commit f226512

Please sign in to comment.