forked from juliencrn/usehooks-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: create deploy:website on netlify script
- Loading branch information
Showing
4 changed files
with
48,119 additions
and
8,630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[build] | ||
# Directory to change to before starting a build. | ||
base = "website/" | ||
|
||
# Directory that contains the deploy-ready HTML files and | ||
# assets generated by the build. This is relative to the base | ||
# directory. | ||
publish = "public/" | ||
|
||
# Default build command. | ||
command = "npm run build" |
Oops, something went wrong.