23ddc68ade
this also removes precommit scripts because they were cumbersome
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
{
|
|
"setup": {
|
|
"compile": "npm run build",
|
|
"start": "serve -s build --port 3069 --single",
|
|
"href": "http://0.0.0.0:3069"
|
|
},
|
|
"extends": "lighthouse:default"
|
|
}
|