mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
fix: newlines
This commit is contained in:
parent
a0d57b782d
commit
f1f2fe39bb
2 changed files with 396 additions and 5645 deletions
|
|
@ -29,7 +29,8 @@ export npm_gyp_defines="target_arch=$node_target_arch v8_target_arch=$node_targe
|
|||
|
||||
#mv node_modules ../node_modules.bak
|
||||
# --from-from-source is used by node-pre-gyp
|
||||
cd resources/nodejs && npm rebuild --build-from-source
|
||||
cd resources/nodejs
|
||||
npm rebuild --build-from-source
|
||||
# Remove executable permissions from native node modules
|
||||
# find node_modules -iname '*.node' -exec chmod -x '{}' \;
|
||||
|
||||
|
|
|
|||
6038
pnpm-lock.yaml
6038
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue