Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 8b08d3c

Browse files
committed
done
1 parent 2f91046 commit 8b08d3c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"devDependencies": {
3+
"@types/node": "^22.0.0"
4+
}
5+
}

run_analyze_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Update and install gnuplot
44
sudo apt-get update && sudo apt-get install -y gnuplot
5+
npm install
56

67
# Remove existing results file
78
rm -f results.md

0 commit comments

Comments
 (0)