Skip to content

Commit

Permalink
Fix publish script for Node 16 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
danipavic authored Dec 7, 2022
1 parent d2fc27e commit 2f6cce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"copy-license": "cp ./LICENSE ./dist/ngx-form-object",
"copy-readme": "cp ./README.md ./dist/ngx-form-object",
"copy-files": "npm run copy-license && npm run copy-readme",
"publish": "npm run test && npm run build && npm publish dist/ngx-form-object",
"publish-beta": "npm run test && npm run build && npm publish dist/ngx-form-object --tag beta"
"publish": "npm run test && npm run build && npm publish dist/ngx-form-object/",
"publish-beta": "npm run test && npm run build && npm publish dist/ngx-form-object/ --tag beta"
},
"dependencies": {
"@angular/common": "^12.2.16",
Expand Down

0 comments on commit 2f6cce4

Please sign in to comment.