File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
example-integrations/drupal-lab Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bolt/drupal-lab-example" ,
3
- "private" : true ,
4
3
"version" : " 2.4.0" ,
4
+ "private" : true ,
5
5
"contributors" : [
6
6
{
7
7
"name" : " Salem Ghoweri" ,
14
14
}
15
15
],
16
16
"scripts" : {
17
+ "copy" : " cp -fr drupal-lab/web/themes/bolt-starter/dist/vendors-bundle-*.js www/integrations/drupal-lab/themes/bolt-starter/dist" ,
18
+ "deploy" : " now deploy --local-config=now.drupal-lab.json --team boltdesignsystem --no-verify" ,
19
+ "generate" : " yarn run setup:php && yarn run drupal-lab:static && yarn run drupal-lab:copy" ,
20
+ "setup" : " npx npm-run-all --serial setup:*" ,
17
21
"setup:js" : " cd web/themes/bolt-starter && yarn && npm run build" ,
18
22
"setup:php" : " composer install && composer run build" ,
19
- "setup" : " npx npm-run-all --serial setup:*" ,
20
- "deploy" : " now deploy --local-config=now.drupal-lab.json --team boltdesignsystem --no-verify"
23
+ "static" : " cd example-integrations/drupal-lab && ./vendor/bin/drush tome:static"
21
24
}
22
25
}
Original file line number Diff line number Diff line change 51
51
"create:component" : " yo ./packages/generator-bolt/generators/component/index.js" ,
52
52
"cz" : " git-cz" ,
53
53
"deploy" : " ./scripts/deploy.js" ,
54
- "drupal-lab:clean" : " rm -rf example-integrations/drupal-lab/html" ,
55
- "drupal-lab:copy" : " cp -fr example-integrations/drupal-lab/web/themes/bolt-starter/dist/vendors-bundle-*.js www/integrations/drupal-lab/themes/bolt-starter/dist" ,
56
- "drupal-lab:generate" : " yarn run drupal-lab:setup && yarn run drupal-lab:static && yarn run drupal-lab:copy" ,
57
- "drupal-lab:setup" : " cd example-integrations/drupal-lab && composer run setup" ,
58
- "drupal-lab:static" : " cd example-integrations/drupal-lab && ./vendor/bin/drush tome:static" ,
59
- "drupal-lab:serve-static" : " node packages/servers/integration-server" ,
60
54
"postinstall" : " patch-package && npx lerna run postbootstrap" ,
61
55
"jest" : " jest --maxWorkers=3 --all --colors" ,
62
56
"lint" : " npm-run-all --parallel lint:*" ,
You can’t perform that action at this time.
0 commit comments