Skip to content

Commit 3d7c5e0

Browse files
committed
Add empty test script to work around npm error
1 parent 61514d7 commit 3d7c5e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"build:s2DeprovisionerPackage": "npm run mkCloudDistDir && cd cloud/s2-deprovisioner/ && zip -r ../../cloudDist/s2-deprovisioner.zip . -x out.txt",
2222
"build:emissaryDeprovisionerDeploymentPackage": "npm run build:s2DeprovisionerPackage",
2323
"build:s2EcsServiceDeletion": "npm run mkCloudDistDir && cd cloud/s2-ecs-service-deletion/ && zip -r ../../cloudDist/s2-ecs-service-deletion.zip . -x out.txt",
24-
"prepare": "husky install"
24+
"prepare": "husky install",
25+
"test": ""
2526
},
2627
"pre-commit": [
2728
"lint"

0 commit comments

Comments
 (0)