Update accentor
This commit is contained in:
parent
ee37a86db4
commit
0e3c2a3b9e
9 changed files with 57 additions and 57 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -p curl yarn2nix bundix -i bash
|
||||
curl -L -O https://github.com/accentor/api/raw/develop/Gemfile
|
||||
curl -L -O https://github.com/accentor/api/raw/develop/Gemfile.lock
|
||||
curl -L -O https://github.com/accentor/web/raw/develop/package.json
|
||||
curl -L -O https://github.com/accentor/web/raw/develop/yarn.lock
|
||||
curl -L -O https://github.com/accentor/api/raw/main/Gemfile
|
||||
curl -L -O https://github.com/accentor/api/raw/main/Gemfile.lock
|
||||
curl -L -O https://github.com/accentor/web/raw/main/package.json
|
||||
curl -L -O https://github.com/accentor/web/raw/main/yarn.lock
|
||||
yarn2nix --lockfile yarn.lock --no-patch > yarn.nix
|
||||
bundix -l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue