Skip to content

Commit 98b850c

Browse files
authored
Merge pull request #17 from remcohaszing/fix-start-script
Fix the start script
2 parents a5ca93f + a208939 commit 98b850c

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)