build: 修复缺少开发依赖导致程序无法运行的问题
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
26e61bfd9b
commit
e8ea16d917
@ -12,9 +12,9 @@ steps:
|
|||||||
from_secret: ivan-docker-username
|
from_secret: ivan-docker-username
|
||||||
password:
|
password:
|
||||||
from_secret: ivan-docker-password
|
from_secret: ivan-docker-password
|
||||||
repo: docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog
|
repo: docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog-base
|
||||||
cache_from:
|
cache_from:
|
||||||
- docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog:${DRONE_BRANCH}${DRONE_TAG}-amd64
|
- docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog-base:${DRONE_BRANCH}${DRONE_TAG}-amd64
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- BUILDKIT_INLINE_CACHE=1
|
- BUILDKIT_INLINE_CACHE=1
|
||||||
|
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@ -12,6 +12,7 @@
|
|||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@next/bundle-analyzer": "12.1.4",
|
||||||
"@fontsource/inter": "4.5.2",
|
"@fontsource/inter": "4.5.2",
|
||||||
"@mailchimp/mailchimp_marketing": "^3.0.58",
|
"@mailchimp/mailchimp_marketing": "^3.0.58",
|
||||||
"@tailwindcss/forms": "^0.4.0",
|
"@tailwindcss/forms": "^0.4.0",
|
||||||
@ -43,7 +44,6 @@
|
|||||||
"unist-util-visit": "^4.0.0"
|
"unist-util-visit": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@next/bundle-analyzer": "12.1.4",
|
|
||||||
"@svgr/webpack": "^6.1.2",
|
"@svgr/webpack": "^6.1.2",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"dedent": "^0.7.0",
|
"dedent": "^0.7.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user