Skip to content

Commit

Permalink
feat: add default zip_name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew2564 committed Sep 3, 2024
1 parent c587b00 commit a8b644f
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 @@ -13,7 +13,7 @@
"build:copy": "find src -type f \\( -name \"*.yml\" -or -name \"*.json\" \\) | cpio -pdm .build && find tests -type f \\( -name \"*.yml\" -or -name \"*.json\" \\) | cpio -pdm .build",
"test": "npm run test:unit -- --runInBand --coverage",
"test:unit": "BRANCH=local jest --testMatch=\"**/*.unitTest.ts\"",
"package": "ts-node package.ts && cd ${ZIP_NAME}; zip -r ../${ZIP_NAME}.zip *",
"package": "ts-node package.ts && cd ${ZIP_NAME:-'authoriser'}; zip -r ../${ZIP_NAME:-'authoriser'}.zip *",
"test-i": "echo \"No Current Int Tests\"",
"commit-msg": "commitlint --edit",
"pre-commit": "npm run audit && npm run lint && npm run format",
Expand Down

0 comments on commit a8b644f

Please sign in to comment.