diff --git a/assets/package.json b/assets/package.json index 1659df1..285e35d 100644 --- a/assets/package.json +++ b/assets/package.json @@ -2,7 +2,9 @@ "repository": {}, "description": " ", "license": "MIT", - "scripts": {}, + "scripts": { + "deploy": "cd .. && mix assets.deploy && rm -f _build/esbuild" + }, "dependencies": { "@babel/polyfill": "^7.12.1", "axios": "^0.21.0",