mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
14 lines
341 B
Diff
14 lines
341 B
Diff
--- a/packages/insomnia/scripts/build.ts
|
|
+++ b/packages/insomnia/scripts/build.ts
|
|
@@ -119,11 +119,6 @@
|
|
}`.trim()
|
|
);
|
|
|
|
- if (process.version.indexOf('v16.') !== 0) {
|
|
- console.log('[build] Node v16.x.x is required to build');
|
|
- process.exit(1);
|
|
- }
|
|
-
|
|
const buildFolder = path.join('../build');
|
|
|
|
// Remove folders first
|