diff --git a/packages/tools/cli/package.json b/packages/tools/cli/package.json index 5805a6ded2e..5f4b240af20 100644 --- a/packages/tools/cli/package.json +++ b/packages/tools/cli/package.json @@ -22,6 +22,7 @@ "build:types": "tsc --declaration --declarationMap --declarationDir ./dist/types --emitDeclarationOnly", "clean": "yarn clean:dist", "clean:dist": "rimraf ./dist", + "deploy:npm": "yarn npm publish", "test": "yarn test:style && yarn test:syntax && yarn test:integration && yarn test:coverage", "test:coverage": "yarn test:integration --coverage --reporters=\"jest-silent-reporter\"", "test:integration": "jest", diff --git a/packages/tools/package/package.json b/packages/tools/package/package.json index 1b10ad92909..a23dd73d8da 100644 --- a/packages/tools/package/package.json +++ b/packages/tools/package/package.json @@ -26,6 +26,7 @@ "build:types": "tsc --declaration --declarationMap --declarationDir ./dist/types --emitDeclarationOnly", "clean": "yarn clean:dist", "clean:dist": "rimraf ./dist", + "deploy:npm": "yarn npm publish", "start": "node ./index.js", "test": "yarn test:style && yarn test:syntax && yarn test:integration && yarn test:coverage", "test:coverage": "yarn test:integration --coverage --reporters=\"jest-silent-reporter\"",