Skip to content

Commit ecc34d4

Browse files
authored
Merge pull request #523 from ShaggyTech/next
Merge branch next into main
2 parents 7764db9 + 050c44c commit ecc34d4

File tree

146 files changed

+2649
-1126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+2649
-1126
lines changed

.changeset/ninety-hornets-prove.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@shaggytools/nhtsa-api-wrapper": patch
3+
---
4+
5+
Refactor useNHTSA, rename cacheUrl -> createCachedUrl

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
pull_request:
55

66
env:
7-
PATH_BUILD_DOCS: ./apps/docs/src/.vitepress/dist
7+
PATH_BUILD_DOCS: ./apps/docs/.vitepress/dist
88
PATH_BUILD_LIB: ./packages/lib/dist
99
CACHE_PATHS_BUILD: |
10-
./apps/docs/pages/.vitepress/dist
10+
./apps/docs/.vitepress/dist
1111
./packages/lib/dist
1212
CACHE_KEY_BUILD: build-${{ github.sha }}
1313
# To use Remote Caching, uncomment the next lines and follow the steps below.

.github/workflows/deploy-docs.yml

-29
This file was deleted.

.github/workflows/deployment.yml

-56
This file was deleted.

.github/workflows/development.yml

-50
This file was deleted.

.github/workflows/master.yml

-44
This file was deleted.

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ typings/
8686
.yarn-integrity
8787

8888
# dotenv environment variables file
89-
.env
89+
.env
90+
.vercel

0 commit comments

Comments
 (0)