Skip to content

Commit

Permalink
Add package version to config
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Mar 24, 2020
1 parent 2c0e875 commit c0fa210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DockerExecutorNodeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function boot()
'RUN npm install /opt/sdk-node',
],
'package_path' => __DIR__ . '/..',
'package_version' => self::version,
];
config(['script-runners.javascript' => $config]);

Expand Down

0 comments on commit c0fa210

Please sign in to comment.