From 909d04f2a1408e285b1064e7360c8444032dfb57 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 15 Feb 2022 21:05:07 -0600 Subject: [PATCH] Add Gigalixir asset deploy script --- assets/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",