Skip to content

Commit a2df45f

Browse files
update unit test workflow
1 parent 1ef2739 commit a2df45f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484

8585
- name: Run tests for Contentstack Apps CLI
8686
working-directory: ./packages/contentstack-apps-cli
87-
run: npm run test:unit:report:json
87+
run: npm run test:unit:report

packages/contentstack-bulk-operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}
7676
},
7777
"scripts": {
78-
"build": "pnpm clean",
78+
"build": "pnpm clean && tsc -b",
7979
"lint": "eslint .",
8080
"lint:fix": "eslint . --fix",
8181
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",

0 commit comments

Comments
 (0)