mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Always publish apollo-server-core
when running npm run release
.
This will hopefully keep the version numbers more aligned, though we should still consider getting rid of `--exact` when the time is right.
This commit is contained in:
parent
a6fca66da2
commit
ed2c0fa4ca
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"compile": "tsc --build tsconfig.build.json",
|
||||
"compile:clean": "tsc --build tsconfig.build.json --clean",
|
||||
"watch": "tsc --build tsconfig.build.json --watch",
|
||||
"release": "npm run clean && npm ci && lerna publish --exact",
|
||||
"release": "npm run clean && npm ci && lerna publish --exact --force-publish=apollo-server-core",
|
||||
"postinstall": "lerna run prepare && npm run compile",
|
||||
"lint": "prettier-check '**/*.{js,ts}'",
|
||||
"lint-fix": "prettier '**/*.{js,ts}' --write",
|
||||
|
|
Loading…
Add table
Reference in a new issue