mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
sciprs
This commit is contained in:
parent
d370c57620
commit
a7ddbb3088
5
Makefile
Normal file
5
Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
.PHONY: configure
|
||||
configure:
|
||||
./scripts/configure
|
||||
install:
|
||||
yarn
|
10
scripts/configure
vendored
Executable file
10
scripts/configure
vendored
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
export NODE_VERSION=8.10.0
|
||||
|
||||
echo "Configure - start"
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash && \
|
||||
source ~/.bashrc && \
|
||||
nvm install $NODE_VERSION && \
|
||||
npm install -g yarn && \
|
||||
echo "Configure - done"
|
Loading…
Reference in New Issue
Block a user