diff --git a/package.json b/package.json index 7c3eaff..ef74753 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "practice-01", "version": "1.0.0", - "description": "Practice html-css-training-one", + "description": "Practice html-css-t", "scripts": { - "start": "rm -rf dist && rm -rf .parcel-cache && parcel ./src/pages/*.html --no-cache --no-source-maps", - "build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir build", + "start": "rm -rf dist && rm -rf .parcel-cache && parcel ./src/*.html --no-cache --no-source-maps", + "build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/*.html --no-cache --no-source-maps --dist-dir dist", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], diff --git a/vercel.json b/vercel.json index 53d5e2b..7b1b04c 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { "buildCommand": "yarn build", - "outputDirectory": "build", + "outputDirectory": "dist", "installCommand": "yarn install" } \ No newline at end of file