@cloud-copilot/iam-policy 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloud-copilot/iam-policy",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.7",
|
4
4
|
"description": "An ORM for AWS IAM policies",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"build": "npx tsc -p tsconfig.cjs.json && npx tsc -p tsconfig.esm.json && ./postbuild.sh",
|
21
21
|
"clean": "rm -rf dist",
|
22
22
|
"test": "npx vitest --run --coverage",
|
23
|
-
"release": "npm run clean && npm run build && npm test && npm publish"
|
23
|
+
"release": "npm install && npm run clean && npm run build && npm test && npm publish"
|
24
24
|
|
25
25
|
},
|
26
26
|
"keywords": [
|