This website requires JavaScript.
Explore
Help
Sign In
syndicate-lang
/
syndicate-js
Watch
1
Star
0
Fork
You've already forked syndicate-js
0
Code
Issues
3
Pull Requests
Projects
Releases
Wiki
Activity
bfc4fe5d9e
syndicate-js
/
bootstrap
5 lines
78 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
[
-d node_modules/lerna
]
||
npm i .
redo clean
redo -j
$(
nproc
)
all
Reference in New Issue
View Git Blame
Copy Permalink