mirror of
https://github.com/fluencelabs/marine.git
synced 2025-04-22 15:02:15 +00:00
13 lines
125 B
Bash
13 lines
125 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
(
|
||
|
cd ../../npm-package
|
||
|
npm i
|
||
|
npm run build
|
||
|
)
|
||
|
|
||
|
npm i
|
||
|
npm run install-local
|
||
|
npm run build
|
||
|
npm run test
|