This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/frontend/shit.sh
Alexander Polynomdivision 048f375724 feat: Implement SM2
2018-09-30 16:17:54 +02:00

9 lines
186 B
Bash

#!/bin/bash
rm -rf dist/
./node_modules/.bin/parcel build --out-dir dist/app src/index.html
chmod 705 dist dist/app
chmod 604 dist/app/*
#sed "s/\/src/\/app\/src/" dist/app/index.html