Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 569c327

Browse files
committed
fix(ci): publish not working
1 parent 478b981 commit 569c327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:watch": "npx tsc -w",
1515
"build:dev": "npx tsc && yarn copy-assets",
1616
"build:prod": "yarn clean && cross-env NODE_ENV=production tsc -p ./tsconfig.production.json",
17-
"push": "yarn test && yarn build:prod && yarn publish",
17+
"push": "yarn test && yarn build:prod && yarn npm publish",
1818
"run:examples:file": "node ./dist/examples/express-file-server/index.js",
1919
"run:examples:mongo": "node ./dist/examples/express-mongo-server/index.js"
2020
},

0 commit comments

Comments
 (0)