Skip to content

Commit a208939

Browse files
committed
Fix the start script
It was pointing to a non-existent workspace.
1 parent 6b06a1a commit a208939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"format": "prettier --write \"**/*.{ts,json,css}\"",
1313
"patch": "pushd packages/core && npm run patch && popd && git push && git push --tags",
1414
"test": "npm test --workspaces --if-present",
15-
"start": "npm start -w web"
15+
"start": "npm start -w @arethetypeswrong/web"
1616
},
1717
"workspaces": [
1818
"./packages/*"

0 commit comments

Comments
 (0)