Build: Fixed error Command "start" not found.

This commit is contained in:
Alexey Safronov 2020-12-01 15:49:21 +03:00
parent b3b3b54851
commit 5a41078c35
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"build": "echo 'skip it'"
"build": "echo 'skip it'",
"start": "echo 'skip it'"
}
}

View File

@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"build": "echo 'skip it'"
"build": "echo 'skip it'",
"start": "echo 'skip it'"
}
}