Skip to content

Commit 83c8c23

Browse files
committedFeb 26, 2020
fixed: when building, use test single run rule.
1 parent c6c4d8c commit 83c8c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publish-version: release-commit release-tag
103103
npm publish
104104

105105
pre-publish: clean changelog
106-
pre-build: deps-project tests-ci build
106+
pre-build: deps-project tests-single-run build
107107

108108
publish: check-working-tree pre-publish pre-build publish-version publish-finished
109109

0 commit comments

Comments
 (0)