-
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.
fix(release-deploy): no need to add deployment mannually
- Loading branch information
Showing
3 changed files
with
4 additions
and
12 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 |
---|---|---|
|
@@ -9,16 +9,13 @@ Marketing website for tourepedia: https://tourepedia.com | |
```bash | ||
git clone [email protected]:tourepedia/www www && cd www | ||
npm install | ||
npm start | ||
npm run dev | ||
``` | ||
|
||
## Scripts | ||
|
||
```bash | ||
npm run dev # start the development server | ||
npm run build # create the production build | ||
npm run serve # serve the production build locally | ||
npm run format # format all the *.js files | ||
npm run deploy:testing # to deploy to the testing server | ||
npm run deploy:production # to deploy to the production server | ||
npm run start # serve the production build locally | ||
``` |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"name": "@tourepedia/www", | ||
"alias": ["tourepedia.com"] | ||
"name": "@tourepedia/www" | ||
} |
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