Skip to content

Commit

Permalink
fix(tools): deploy scripts (#3406)
Browse files Browse the repository at this point in the history
  • Loading branch information
InteractiveTimmy authored Feb 27, 2024
1 parent 6414f50 commit 19b8dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/tools/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit 19b8dee

Please sign in to comment.