chore: workflows

This commit is contained in:
Mo
2022-06-12 20:41:38 -05:00
parent b46a229970
commit 6642dbad51
10 changed files with 14 additions and 15 deletions

View File

@@ -12,7 +12,8 @@
"start": "bundle exec rails s -b 0.0.0.0",
"start:no-binding": "bundle exec rails s",
"build:components": "cp -r ../../node_modules/@standardnotes/components/dist/. public/components/",
"build": "bundle install && yarn build:components && bundle exec rails assets:precompile"
"build": "bundle install && yarn build:components && bundle exec rails assets:precompile",
"build:server:all": "yarn workspaces foreach -ptR run build"
},
"dependencies": {
"@standardnotes/components-meta": "^0.2.0",