Skip to content

Commit 3f79b83

Browse files
Run the auth plugin tests in prepack mode
1 parent e6b5d7e commit 3f79b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Run tests for Contentstack Auth
5656
working-directory: ./packages/contentstack-auth
57-
run: npm run test
57+
run: NODE_ENV=PREPACK_MODE npm run test
5858

5959
# - name: Run tests for Contentstack Import Setup
6060
# working-directory: ./packages/contentstack-import-setup

0 commit comments

Comments
 (0)