Skip to content

Commit

Permalink
Simplify site commands
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Nov 30, 2021
1 parent 18e3450 commit fd2486f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"packages/*"
],
"scripts": {
"site:dev": "yarn build && yarn workspace site dev",
"site:build": "yarn build && yarn workspace site build",
"site:dev": "yarn workspace site dev",
"site:build": "yarn workspace site build",
"site:publish": "yarn build && yarn site:build",
"generate": "yarn workspace symbolist generate",
"build": "yarn workspace symbolist build",
"test": "yarn workspace symbolist test",
Expand Down

0 comments on commit fd2486f

Please sign in to comment.