Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu committed Jan 15, 2024
1 parent 2e19087 commit da1a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"types:watch": "tsc --noEmit --emitDeclarationOnly false --pretty --watch",
"workspace:build": "rm -rf $0/lib $0/.tmp && tsc -p $0/tsconfig.build.json",
"workspace:clean": "rm -rf $0/lib $0/.tmp && find $0/src -name '*.js' -type f -delete",
"release": "monodeploy --config-file monodeploy.config.ts --log-level 0 --plugins @monodeploy/plugin-github"
"release": "monodeploy --config-file monodeploy.config.js --log-level 0 --plugins @monodeploy/plugin-github"
}
}

0 comments on commit da1a0a5

Please sign in to comment.