5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-25 22:56:06 +00:00

feat: instalar node modules

This commit is contained in:
f 2024-01-08 14:58:48 -03:00
parent 3469cd5bbd
commit dbd35e6589
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,4 @@
NODE_OPTIONS=--openssl-legacy-provider
# pwgen -1 32
RAILS_MASTER_KEY=11111111111111111111111111111111
RAILS_GROUPS=assets

View file

@ -30,3 +30,12 @@ tasks:
desc: "Clean"
cmds:
- "rm -rf _sites/test-* _deploy/test-* log/*.log tmp/cache tmp/letter_opener tmp/miniprofiler tmp/storage"
node-modules:
desc: "Install Node modules"
cmds:
- "haini.sh yarn"
sources:
- "package.json"
- "yarn.lock"
status:
- "test -d node_modules"