mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
This reverts commit be22e24ba9.
This commit is contained in:
2
.github/workflows/publish-rolling.yml
vendored
2
.github/workflows/publish-rolling.yml
vendored
@@ -206,7 +206,7 @@ jobs:
|
||||
|
||||
- name: Build executables
|
||||
run: |
|
||||
pkg . --out-path dist-pkg --no-bytecode --public --options=enable-source-maps
|
||||
pkg . --out-path dist-pkg
|
||||
|
||||
- name: Rename linuxstatic to linux
|
||||
run: |
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/build.js",
|
||||
"build-pkg": "rm -rf dist && npm run build && pkg . --out-path dist-pkg --no-bytecode --public --options=enable-source-maps",
|
||||
"build-pkg": "rm -rf dist && npm run build && pkg . --out-path dist-pkg",
|
||||
"format-source": "prettier -w .",
|
||||
"check-source-formatting": "prettier -c .",
|
||||
"check-types": "tsc",
|
||||
|
||||
@@ -51,7 +51,6 @@ module.exports = {
|
||||
filename: 'index.js',
|
||||
libraryTarget: 'commonjs2',
|
||||
},
|
||||
devtool: 'inline-source-map',
|
||||
optimization: {
|
||||
minimize: true,
|
||||
minimizer: [
|
||||
|
||||
Reference in New Issue
Block a user