Skip to content

Commit

Permalink
added oclif pack win to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
larryrider committed Apr 10, 2024
1 parent 9a106fc commit f3b82c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test:unit": "nyc --reporter=lcov --reporter=text mocha \"test/**/*.test.ts\" --exit",
"dev:webdav": "nodemon -e ts --exec ts-node src/webdav/index.ts",
"version": "oclif readme && git add README.md",
"pack:win": "oclif pack win",
"migrate": "sequelize db:migrate",
"migrate:undo": "sequelize db:migrate:undo",
"publish:npm": "npm run build && npm publish --scope=@internxt --registry=https://registry.npmjs.org/ --access public",
Expand Down

0 comments on commit f3b82c7

Please sign in to comment.