Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tasmidur21 committed Feb 3, 2024
1 parent 284bba8 commit 0616d18
Show file tree
Hide file tree
Showing 6 changed files with 634 additions and 4,316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
# run: chmod +x dist/cli.js

- name: Publish package on NPM
run: yarn publish --access public
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions dist/cli.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ commander_1.program
.action((schemaType, cmd) => __awaiter(void 0, void 0, void 0, function* () {
try {
const { table, database, columns = "" } = cmd;
console.log(table, cmd);
if (!table) {
console.log((0, messages_1.warningMessage)("Specify the table name"));
return;
Expand Down
Loading

0 comments on commit 0616d18

Please sign in to comment.