Skip to content

Commit

Permalink
Force the checkout of the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ekacnet committed Jun 17, 2024
1 parent 95674ec commit 33e63aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"server": "docker-compose up --build",
"sign": "npx --yes @grafana/sign-plugin@latest",
"pretty": "prettier --single-quote --write \"{src,__{tests,demo,dist}__}/**/*.ts*\"",
"prepare": "cd 3rdparty/cubism-es; npm install; npm run build"
"prepare": "git submodule --update --init; cd 3rdparty/cubism-es; npm install; npm run build"
},
"nyc": {
"report-dir": "coverage/cypress"
Expand Down

0 comments on commit 33e63aa

Please sign in to comment.