Skip to content

Commit 8bcb0f0

Browse files
fix: add trailing dash to make script in package.json for consistency
1 parent 4003b58 commit 8bcb0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"start": "npm start -w packages/desktop",
99
"package": "npm run package -w packages/desktop",
10-
"make": "npm run make -w packages/desktop",
10+
"make": "npm run make -w packages/desktop --",
1111
"lint": "npm run lint -w packages/desktop",
1212
"prepare": "husky"
1313
},

0 commit comments

Comments
 (0)