Skip to content

Commit 296d7ba

Browse files
committed
Added missing stackblitz scripts
1 parent 656c2e9 commit 296d7ba

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,21 @@
3939
"e-26": "npm run exercise -- 26",
4040
"s-26": "npm run solution -- 26",
4141
"e-28": "npm run exercise -- 28",
42-
"s-28": "npm run solution -- 28"
42+
"s-28": "npm run solution -- 28",
43+
"e-12": "npm run exercise -- 12",
44+
"s-12": "npm run solution -- 12",
45+
"e-14": "npm run exercise -- 14",
46+
"s-14": "npm run solution -- 14",
47+
"e-32": "npm run exercise -- 32",
48+
"s-32": "npm run solution -- 32",
49+
"e-33": "npm run exercise -- 33",
50+
"s-33": "npm run solution -- 33",
51+
"e-34": "npm run exercise -- 34",
52+
"s-34": "npm run solution -- 34",
53+
"e-35": "npm run exercise -- 35",
54+
"s-35": "npm run solution -- 35",
55+
"e-39": "npm run exercise -- 39",
56+
"s-39": "npm run solution -- 39"
4357
},
4458
"dependencies": {
4559
"@types/express": "^4.17.13",
@@ -50,4 +64,4 @@
5064
"react-dom": "^18.2.0",
5165
"zod": "^3.17.10"
5266
}
53-
}
67+
}

0 commit comments

Comments
 (0)