forked from templates/starter
8 lines
160 B
JSON
8 lines
160 B
JSON
{
|
|
"name": "starter-deploy-check",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "mkdir -p dist && cp index.html dist/index.html"
|
|
}
|
|
}
|