-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Set correct command in hexo prebuild #158
Merged
Merged
Conversation
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
jotanarciso
approved these changes
Oct 25, 2023
github-actions bot
pushed a commit
that referenced
this pull request
Oct 25, 2023
## [2.0.0-stage.1](v1.7.1...v2.0.0-stage.1) (2023-10-25) ### ⚠ BREAKING CHANGES * Introduced vulcan.config.js and changing the way to read the entry point of the preset files and the application entrypoint. No longer use the "main()" function as input, but the function that is exported as default "export default foo()". ### Features * add jsx loader (esbuild) ([93ccf13](93ccf13)) * Create injectFilesInMem util ([1555c98](1555c98)) * Create node fs polyfill ([cab1095](cab1095)) * Create node module polyfill ([976a6c3](976a6c3)) * Create node process polyfill ([1e61ba2](1e61ba2)) * enable useOwnWorker for custom provider ([8a88ff7](8a88ff7)) * esbuild windows support ([d10e467](d10e467)) * Handle content to inject in worker ([3356743](3356743)) * Handle mem fs injection in dispatcher ([3e89438](3e89438)) * In Memory File System ([#154](#154)) ([5a1a4fc](5a1a4fc)) * new vulcan.config and entry reading pattern ([62dbcae](62dbcae)) * read vulcan.env for build preconfig ([b6a7b7c](b6a7b7c)) * Use fs, module and process polyfills in next compute build ([7de9a56](7de9a56)) * vulcan.config.js ([ee7b0c0](ee7b0c0)) * vulcan.config.js ([#153](#153)) ([f7d0118](f7d0118)) ### Bug Fixes * Create vulcan global object ([04e2c4e](04e2c4e)) * fetch in local environment ([86ec3f5](86ec3f5)) * fix some tests ([ed603a9](ed603a9)) * getPackageManager command ([391d565](391d565)) * rebuild yarn.lock ([7d60749](7d60749)) * relative package manager (npm) ([605d6e6](605d6e6)) * remove dependency cycle in vercel util ([a0cc528](a0cc528)) * Remove duplicated imports of typedefs (jsdocs) ([58054d0](58054d0)) * Remove duplicated imports of typedefs (jsdocs) ([#138](#138)) ([03d6be9](03d6be9)) * Remove duplicated to string in injectFilesInMem util ([1a9bc0f](1a9bc0f)) * Set correct command in hexo prebuild ([fd62874](fd62874)) * Set correct command in hexo prebuild ([#158](#158)) ([5cb729c](5cb729c)) * Set correct log in get asset from storage method ([1e9c63a](1e9c63a)) * validate installed dependencies only if they exists ([c2789e5](c2789e5)) * validate installed dependencies only if they exists ([850dbd1](850dbd1)) * validate installed dependencies only if they exists ([#134](#134)) ([51474ab](51474ab))
🎉 This PR is included in version 2.0.0-stage.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Oct 27, 2023
## [2.0.0](v1.7.1...v2.0.0) (2023-10-27) ### ⚠ BREAKING CHANGES * Introduced vulcan.config.js and changing the way to read the entry point of the preset files and the application entrypoint. No longer use the "main()" function as input, but the function that is exported as default "export default foo()". ### Features * add jsx loader (esbuild) ([93ccf13](93ccf13)) * Create injectFilesInMem util ([1555c98](1555c98)) * Create node fs polyfill ([cab1095](cab1095)) * Create node module polyfill ([976a6c3](976a6c3)) * Create node process polyfill ([1e61ba2](1e61ba2)) * enable useOwnWorker for custom provider ([8a88ff7](8a88ff7)) * esbuild windows support ([d10e467](d10e467)) * Handle content to inject in worker ([3356743](3356743)) * Handle mem fs injection in dispatcher ([3e89438](3e89438)) * In Memory File System ([#154](#154)) ([5a1a4fc](5a1a4fc)) * new vulcan.config and entry reading pattern ([62dbcae](62dbcae)) * read vulcan.env for build preconfig ([b6a7b7c](b6a7b7c)) * Use fs, module and process polyfills in next compute build ([7de9a56](7de9a56)) * vulcan.config.js ([ee7b0c0](ee7b0c0)) * vulcan.config.js ([#153](#153)) ([f7d0118](f7d0118)) ### Bug Fixes * Add string_decoder in webpack fallback config ([71d376f](71d376f)) * Add string_decoder in webpack fallback config ([#163](#163)) ([429ab88](429ab88)) * Create vulcan global object ([04e2c4e](04e2c4e)) * fetch in local environment ([86ec3f5](86ec3f5)) * fix some tests ([ed603a9](ed603a9)) * getPackageManager command ([391d565](391d565)) * local env hot reload ([#161](#161)) ([e2edb9c](e2edb9c)) * localenv hot reload ([85f606c](85f606c)) * rebuild yarn.lock ([7d60749](7d60749)) * relative package manager (npm) ([605d6e6](605d6e6)) * remove dependency cycle in vercel util ([a0cc528](a0cc528)) * Remove duplicated imports of typedefs (jsdocs) ([58054d0](58054d0)) * Remove duplicated imports of typedefs (jsdocs) ([#138](#138)) ([03d6be9](03d6be9)) * Remove duplicated to string in injectFilesInMem util ([1a9bc0f](1a9bc0f)) * Set correct command in hexo prebuild ([fd62874](fd62874)) * Set correct command in hexo prebuild ([#158](#158)) ([5cb729c](5cb729c)) * Set correct log in get asset from storage method ([1e9c63a](1e9c63a)) * validate installed dependencies only if they exists ([c2789e5](c2789e5)) * validate installed dependencies only if they exists ([850dbd1](850dbd1)) * validate installed dependencies only if they exists ([#134](#134)) ([51474ab](51474ab))
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
enicio
pushed a commit
that referenced
this pull request
Nov 13, 2023
## [2.0.0-stage.1](v1.7.1...v2.0.0-stage.1) (2023-10-25) ### ⚠ BREAKING CHANGES * Introduced vulcan.config.js and changing the way to read the entry point of the preset files and the application entrypoint. No longer use the "main()" function as input, but the function that is exported as default "export default foo()". ### Features * add jsx loader (esbuild) ([93ccf13](93ccf13)) * Create injectFilesInMem util ([1555c98](1555c98)) * Create node fs polyfill ([cab1095](cab1095)) * Create node module polyfill ([976a6c3](976a6c3)) * Create node process polyfill ([1e61ba2](1e61ba2)) * enable useOwnWorker for custom provider ([8a88ff7](8a88ff7)) * esbuild windows support ([d10e467](d10e467)) * Handle content to inject in worker ([3356743](3356743)) * Handle mem fs injection in dispatcher ([3e89438](3e89438)) * In Memory File System ([#154](#154)) ([5a1a4fc](5a1a4fc)) * new vulcan.config and entry reading pattern ([62dbcae](62dbcae)) * read vulcan.env for build preconfig ([b6a7b7c](b6a7b7c)) * Use fs, module and process polyfills in next compute build ([7de9a56](7de9a56)) * vulcan.config.js ([ee7b0c0](ee7b0c0)) * vulcan.config.js ([#153](#153)) ([f7d0118](f7d0118)) ### Bug Fixes * Create vulcan global object ([04e2c4e](04e2c4e)) * fetch in local environment ([86ec3f5](86ec3f5)) * fix some tests ([ed603a9](ed603a9)) * getPackageManager command ([391d565](391d565)) * rebuild yarn.lock ([7d60749](7d60749)) * relative package manager (npm) ([605d6e6](605d6e6)) * remove dependency cycle in vercel util ([a0cc528](a0cc528)) * Remove duplicated imports of typedefs (jsdocs) ([58054d0](58054d0)) * Remove duplicated imports of typedefs (jsdocs) ([#138](#138)) ([03d6be9](03d6be9)) * Remove duplicated to string in injectFilesInMem util ([1a9bc0f](1a9bc0f)) * Set correct command in hexo prebuild ([fd62874](fd62874)) * Set correct command in hexo prebuild ([#158](#158)) ([5cb729c](5cb729c)) * Set correct log in get asset from storage method ([1e9c63a](1e9c63a)) * validate installed dependencies only if they exists ([c2789e5](c2789e5)) * validate installed dependencies only if they exists ([850dbd1](850dbd1)) * validate installed dependencies only if they exists ([#134](#134)) ([51474ab](51474ab))
enicio
pushed a commit
that referenced
this pull request
Nov 13, 2023
## [2.0.0](v1.7.1...v2.0.0) (2023-10-27) ### ⚠ BREAKING CHANGES * Introduced vulcan.config.js and changing the way to read the entry point of the preset files and the application entrypoint. No longer use the "main()" function as input, but the function that is exported as default "export default foo()". ### Features * add jsx loader (esbuild) ([93ccf13](93ccf13)) * Create injectFilesInMem util ([1555c98](1555c98)) * Create node fs polyfill ([cab1095](cab1095)) * Create node module polyfill ([976a6c3](976a6c3)) * Create node process polyfill ([1e61ba2](1e61ba2)) * enable useOwnWorker for custom provider ([8a88ff7](8a88ff7)) * esbuild windows support ([d10e467](d10e467)) * Handle content to inject in worker ([3356743](3356743)) * Handle mem fs injection in dispatcher ([3e89438](3e89438)) * In Memory File System ([#154](#154)) ([5a1a4fc](5a1a4fc)) * new vulcan.config and entry reading pattern ([62dbcae](62dbcae)) * read vulcan.env for build preconfig ([b6a7b7c](b6a7b7c)) * Use fs, module and process polyfills in next compute build ([7de9a56](7de9a56)) * vulcan.config.js ([ee7b0c0](ee7b0c0)) * vulcan.config.js ([#153](#153)) ([f7d0118](f7d0118)) ### Bug Fixes * Add string_decoder in webpack fallback config ([71d376f](71d376f)) * Add string_decoder in webpack fallback config ([#163](#163)) ([429ab88](429ab88)) * Create vulcan global object ([04e2c4e](04e2c4e)) * fetch in local environment ([86ec3f5](86ec3f5)) * fix some tests ([ed603a9](ed603a9)) * getPackageManager command ([391d565](391d565)) * local env hot reload ([#161](#161)) ([e2edb9c](e2edb9c)) * localenv hot reload ([85f606c](85f606c)) * rebuild yarn.lock ([7d60749](7d60749)) * relative package manager (npm) ([605d6e6](605d6e6)) * remove dependency cycle in vercel util ([a0cc528](a0cc528)) * Remove duplicated imports of typedefs (jsdocs) ([58054d0](58054d0)) * Remove duplicated imports of typedefs (jsdocs) ([#138](#138)) ([03d6be9](03d6be9)) * Remove duplicated to string in injectFilesInMem util ([1a9bc0f](1a9bc0f)) * Set correct command in hexo prebuild ([fd62874](fd62874)) * Set correct command in hexo prebuild ([#158](#158)) ([5cb729c](5cb729c)) * Set correct log in get asset from storage method ([1e9c63a](1e9c63a)) * validate installed dependencies only if they exists ([c2789e5](c2789e5)) * validate installed dependencies only if they exists ([850dbd1](850dbd1)) * validate installed dependencies only if they exists ([#134](#134)) ([51474ab](51474ab))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.