Skip to content

Commit e381290

Browse files
committed
Update package-lock.json and package.json to include install script
1 parent 850551a commit e381290

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"scripts": {
3+
"postinstall": "git submodule update --init --recursive --remote",
34
"build": "ergogen ./ergogen/ --output ./ --clear",
45
"debug": "ergogen ./ergogen/ --output ./ --clear --debug",
56
"watch:build": "nodemon -e yaml -x \"npm run build\"",

0 commit comments

Comments
 (0)