adding linux helpers

This commit is contained in:
Martin Karkowski 2022-03-21 08:15:05 +01:00
parent f0032eef63
commit 168a640eb0
3 changed files with 12 additions and 0 deletions

4
00-compile.sh Executable file
View File

@ -0,0 +1,4 @@
npm run-script prettier-format
npm run-script compile-nodejs
npm run-script compile-browser
npm run-script build

8
05-link.sh Executable file
View File

@ -0,0 +1,8 @@
sudo npm link
node contribute/toLinkBrowser.js
cp ./package.json ./build/package.json
cp -r ./dist-browser ./build/dist-browser
cd ./build
sudo npm link
cd ..
node contribute/toNodejs.js

0
bin/nope Normal file → Executable file
View File