Skip to content

Commit

Permalink
Merge pull request #133 from sellersindustry/fixed-building-module-docs
Browse files Browse the repository at this point in the history
Updated Docs
  • Loading branch information
SellersEvan authored May 27, 2024
2 parents 2e552c0 + beba108 commit a0e32e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/building-a-module.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ update the following properties.
"build": "sherpa build -b Vercel",
"build-local": "sherpa build -b local",
"start": "sherpa start",
"dev": "npm run build-local && npm run start"
"dev": "sherpa dev"
}
}
```
Expand Down

0 comments on commit a0e32e8

Please sign in to comment.