generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from chingu-voyages/feat/impromate-browser-router
Feat/impromate browser router got netlify git hook to pass by deleting node_modules and package-lock.json. then reinstalling with `npm install`
- Loading branch information
Showing
47 changed files
with
9,313 additions
and
1,640 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 @@ | ||
{ "extends": ["@commitlint/config-conventional"] } |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
_ |
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,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx --no-install commitlint --edit $1 |
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,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx lint-staged | ||
npx lint-staged |
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,6 +1,8 @@ | ||
# Ignore artifacts: | ||
build | ||
coverage | ||
.dist | ||
changelog.md | ||
# Ignore all chingu docs files: | ||
/docs | ||
/meetings | ||
|
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,33 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
### [0.0.4](https://github.com/chingu-voyages/v46-tier2-team-19/compare/v0.0.3...v0.0.4) (2023-10-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **postcard.jsx:** adds validation to the post ([04c23b5](https://github.com/chingu-voyages/v46-tier2-team-19/commit/04c23b57dfdfdb7908ebb423dd5544a0935a9d14)) | ||
* **public:** add necessary files for netlify ([c986a0d](https://github.com/chingu-voyages/v46-tier2-team-19/commit/c986a0d5f5c53dfa01b2c0a9bba24cf60ccf733b)) | ||
|
||
### [0.0.3](https://github.com/chingu-voyages/v46-tier2-team-19/compare/v0.0.2...v0.0.3) (2023-10-12) | ||
|
||
### [0.0.2](https://github.com/chingu-voyages/v46-tier2-team-19/compare/v0.0.1...v0.0.2) (2023-10-11) | ||
|
||
### [0.0.1](https://github.com/chingu-voyages/v46-tier2-team-19/compare/v0.0.0...v0.0.1) (2023-10-11) | ||
|
||
## 0.0.0 (2023-10-11) | ||
|
||
|
||
### Features | ||
|
||
* add App.css, index.css, and main.jsx files ([b556c13](https://github.com/chingu-voyages/v46-tier2-team-19/commit/b556c1371ce64f385c90d96f02a70c579f9de80c)) | ||
* add vite.svg, tailwind.config.js, and vite.config.js files ([42df5fb](https://github.com/chingu-voyages/v46-tier2-team-19/commit/42df5fb5e34c8bf00cd5978a71eb017d1112b928)) | ||
* **assets:** add React logo SVG file ([7b73330](https://github.com/chingu-voyages/v46-tier2-team-19/commit/7b733300d58222f13cb43f5eb21ad3b16ce919e4)) | ||
* **meeting-voyage_kickoff.docx:** add meeting-voyage_kickoff.docx ([71a3ad1](https://github.com/chingu-voyages/v46-tier2-team-19/commit/71a3ad14c2bc901e3171e44386b91865ffb46880)) | ||
* **playwright.yml:** add Playwright Tests workflow ([60fff2d](https://github.com/chingu-voyages/v46-tier2-team-19/commit/60fff2d9e5be552fa69833f0c367022244a85c11)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* getting playwright workflow to work ([dda0812](https://github.com/chingu-voyages/v46-tier2-team-19/commit/dda08128911126fc42aa0e9a0d8af9fd7e33a5c9)) |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"paths": { | ||
"@/*": ["src/*"], | ||
"@/api": ["src/api"], | ||
"@/pages/*": ["src/pages/*"], | ||
"@/features/*": ["src/features/*"], | ||
"@/constants": ["src/constants"] | ||
} | ||
} | ||
} |
Oops, something went wrong.