15 lines
203 B
JSON
15 lines
203 B
JSON
{
|
|
"packages": [
|
|
"nodejs@18",
|
|
"jdk@17.0.10"
|
|
],
|
|
"shell": {
|
|
"init_hook": [
|
|
"npm install",
|
|
"npm run build"
|
|
],
|
|
"scripts": {
|
|
"run_test": "npm run start"
|
|
}
|
|
}
|
|
}
|