Skip to content

Commit

Permalink
fix: update static command
Browse files Browse the repository at this point in the history
  • Loading branch information
adamszalapski committed Aug 26, 2019
1 parent b0012df commit 6528240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-integrations/drupal-lab/package.json
Expand Up @@ -20,6 +20,6 @@
"setup": "npx npm-run-all --serial setup:*",
"setup:js": "cd web/themes/bolt-starter && yarn && npm run build",
"setup:php": "composer install && composer run build",
"static": "cd example-integrations/drupal-lab && ./vendor/bin/drush tome:static"
"static": "./vendor/bin/drush tome:static"
}
}

0 comments on commit 6528240

Please sign in to comment.