diff --git a/package.json b/package.json index 53abf221..46d1340c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall", "showcase": "PORT=12345 parcel showcase/index.html", "server": "moduleserve ./ --port 8000", - "predeploy": "yarn build && parcel build ./src/index.html --no-source-maps --no-autoinstall", + "predeploy": "parcel build ./src/index.html --no-source-maps --no-autoinstall", "deploy": "gh-pages -d dist", "test": "echo \"Error: no test specified\" && exit 1" },