actual/packages/desktop-electron/build.sh

10 lines
345 B
Bash
Raw Normal View History

2022-04-29 02:44:38 +00:00
#!/bin/sh
find ../loot-core \
-not -ipath '*src/client*' \
-not -ipath '*src/bin*' \
-not -ipath '*tests*' \
-not -iname '*.test.js' \
-not -iname '.#*' |
xargs ../../node_modules/.bin/babel --plugins babel-plugin-transform-es2015-modules-commonjs,babel-plugin-transform-object-rest-spread --no-babelrc -d lib-node