Skip to content

Commit

Permalink
add permission for checkout file
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkrishnan committed Jun 13, 2024
1 parent 7f46ba5 commit f17b2fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"add-remote-service": "./checkout remote-service",
"add-messaging": "./checkout messaging",
"add-all-xmpls": "npm run add-remote-service && npm run add-messaging && npm run add-change-tracking && npm run add-audit-log",
"reset": "read -p 'This will irreversibly reset your working directory including ALL files in this git repo. Continue?' -n 1 -r && echo && if [[ $REPLY =~ ^[Yy]$ ]]; then git clean -fd && git reset --hard && npm i; fi"
"reset": "read -p 'This will irreversibly reset your working directory including ALL files in this git repo. Continue?' -n 1 -r && echo && if [[ $REPLY =~ ^[Yy]$ ]]; then git clean -fd && git reset --hard && npm i; fi",
"make-exec": "chmod +x ./checkout"
},
"jest": {
"modulePathIgnorePatterns": ["<rootDir>/xmpls/"]
Expand Down

0 comments on commit f17b2fb

Please sign in to comment.