mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 11:36:21 +00:00
feat: instalar node modules
This commit is contained in:
parent
3469cd5bbd
commit
dbd35e6589
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
NODE_OPTIONS=--openssl-legacy-provider
|
||||
# pwgen -1 32
|
||||
RAILS_MASTER_KEY=11111111111111111111111111111111
|
||||
RAILS_GROUPS=assets
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue