-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned up package.json, added basepath for staging
- Loading branch information
1 parent
ca6f4c5
commit 7b42000
Showing
4 changed files
with
20 additions
and
25 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
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
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
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 |
---|---|---|
|
@@ -10,16 +10,10 @@ | |
"scripts": { | ||
"start": "npm run develop", | ||
"build": "gatsby build", | ||
"build-pages": "BASEPATH=/mith-static gatsby build --prefix-paths", | ||
"develop": "gatsby develop", | ||
"serve": "gatsby serve", | ||
"clean": "gatsby clean", | ||
"persist": "node scripts/persist.js", | ||
"compose": "node scripts/compose.js", | ||
"release": "node scripts/release.js", | ||
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", | ||
"publish": "gatsby clean && gatsby build && npm run rsync", | ||
"rsync": "rsync --archive --recursive --delete public/ [email protected]:/var/www/mith.umd.edu", | ||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" | ||
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|