From 0e7180f243ed256c16892cd758ee0f77d467b46b Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Wed, 25 Jan 2023 11:53:10 -0500 Subject: [PATCH] replace with ci command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a62eab..f5d940e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage", "lint": "cd wrapper && npm run lint && cd .. && semistandard --env jest --fix", "build": "cd wrapper && npm run build && cd .. && ncc build index.js --out dist", - "postinstall": "cd wrapper && npm install", + "postinstall": "cd wrapper && npm ci", "prepare": "husky install", "format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\"" },