Skip to content
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 1 commit into from
Oct 25, 2023
Merged

Conversation

MagnunAVFAzion
Copy link
Collaborator

No description provided.

@MagnunAVFAzion MagnunAVFAzion merged commit 5cb729c into next Oct 25, 2023
@MagnunAVFAzion MagnunAVFAzion deleted the fix/npm-hexo-build branch October 25, 2023 13:40
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))
@MagnunAVFAzion
Copy link
Collaborator Author

🎉 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))
@MagnunAVFAzion
Copy link
Collaborator Author

🎉 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
Development

Successfully merging this pull request may close these issues.

2 participants