Skip to content

Commit

Permalink
chore: remove build from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger committed Aug 26, 2023
1 parent e20ac46 commit 5c9f793
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"build-storybook": "build-storybook -o ./output",
"lint": "eslint \"apps/**/*.ts\" \"modules/**/*.ts\" \"apps/**/*.tsx\" \"modules/**/*.tsx\"",
"prettier": "prettier -w ./",
"prettier-check": "prettier -c ./",
"build": "yarn workspaces foreach run build"
"prettier-check": "prettier -c ./"
},
"workspaces": [
"modules/@creature-chess/*",
Expand Down

0 comments on commit 5c9f793

Please sign in to comment.