We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500a11a commit 9574152Copy full SHA for 9574152
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "tsc",
8
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
9
- "deploy": "npm version patch && npm deploy"
+ "deploy": "npm version patch && npm publish"
10
},
11
"homepage": "https://github.com/simonhoss/knex-dynamodb-dialect",
12
"author": "Simon Hoss",
0 commit comments