We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef2739 commit a2df45fCopy full SHA for a2df45f
2 files changed
.github/workflows/unit-test.yml
@@ -84,4 +84,4 @@ jobs:
84
85
- name: Run tests for Contentstack Apps CLI
86
working-directory: ./packages/contentstack-apps-cli
87
- run: npm run test:unit:report:json
+ run: npm run test:unit:report
packages/contentstack-bulk-operations/package.json
@@ -75,7 +75,7 @@
75
}
76
},
77
"scripts": {
78
- "build": "pnpm clean",
+ "build": "pnpm clean && tsc -b",
79
"lint": "eslint .",
80
"lint:fix": "eslint . --fix",
81
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
0 commit comments