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