1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Add Gigalixir asset deploy script

This commit is contained in:
Daniel Barber 2022-02-15 21:05:07 -06:00
parent 6c51aa113f
commit 909d04f2a1

View File

@ -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",