Skip to content

Commit

Permalink
Minor script change
Browse files Browse the repository at this point in the history
  • Loading branch information
joanllenas committed Dec 25, 2023
1 parent 81374e9 commit 33c2f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"e2e": "npx cypress open",
"copy-readme": "cp ./README.md ./dist/ngx-date-fns",
"sync-version": "sync-json -v --property version --source package.json dist/ngx-date-fns/package.json",
"release-dance": "npm run test && npm run e2e:ci && npm run build && npm run copy-readme && npm run sync-version",
"release-dance": "npm run build && npm run test && npm run e2e:ci && npm run copy-readme && npm run sync-version",
"release": "npm run release-dance && npm publish dist/ngx-date-fns/",
"next": "npm run release-dance && npm publish dist/ngx-date-fns/ --tag next"
},
Expand Down

0 comments on commit 33c2f97

Please sign in to comment.