@equinor/fusion-framework-cli
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -32,5 +32,5 @@ #!/usr/bin/env node | ||
})); | ||
app.command('build').action(() => { | ||
build(createConfig()); | ||
}); | ||
app.command('build').action(() => __awaiter(void 0, void 0, void 0, function* () { | ||
build(mergeConfig(yield createConfig(), { build: { emptyOutDir: true } })); | ||
})); | ||
program.parse(); |
@@ -6,2 +6,9 @@ # Change Log | ||
## [0.1.8](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.7...@equinor/fusion-framework-cli@0.1.8) (2022-11-07) | ||
### Bug Fixes | ||
- **cli:** allow overwrite on build ([8e648d7](https://github.com/equinor/fusion-framework/commit/8e648d7ea17518a3ec74f3bb366c4247b8f4fce9)) | ||
- **cli:** set default dev-server logging to info ([5f302d4](https://github.com/equinor/fusion-framework/commit/5f302d4773abdca9e29660e8f9dd5c8d80e1ebe2)) | ||
## [0.1.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.1.6...@equinor/fusion-framework-cli@0.1.7) (2022-11-03) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "@equinor/fusion-framework-cli", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"keywords": [ | ||
@@ -46,3 +46,3 @@ "Fusion", | ||
}, | ||
"gitHead": "9cce61b38374a86ac2a74344e12af461b78aea5c" | ||
"gitHead": "3f389cd8b823a388f4232ae796d8863a09a20038" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
620996