Skip to content

Commit 4fc2bb5

Browse files
committed
Fix the build command
1 parent e089300 commit 4fc2bb5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.yarn/install-state.gz

67 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "11.1.4",
55
"description": "Tools for taking different crossword file formats and converting them to xd, and for converting an xd file to useful JSON",
66
"scripts": {
7-
"build": "yarn workspaces foreach -A run build",
7+
"build": "yarn workspaces foreach -At run build",
88
"test": "vitest",
99
"docs": "md-magic",
1010
"type-check": "yarn workspaces foreach -A run type-check"

0 commit comments

Comments
 (0)