Skip to content

Commit 052b52e

Browse files
authored
Merge pull request #374 from topcoder-platform/develop
fix: disable checkpoints winners
2 parents 3779da9 + d9a379e commit 052b52e

File tree

3 files changed

+8111
-7457
lines changed

3 files changed

+8111
-7457
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
key: node-modules-{{ checksum "package-lock.json" }}
1616
paths:
1717
- node_modules
18-
- run: npm test
1918
- run: npm run build
19+
- run: npm test
2020
- persist_to_workspace:
2121
root: .
2222
paths:

0 commit comments

Comments
 (0)