don't push react dist anymore

This commit is contained in:
2022-12-01 11:01:49 +01:00
parent cb75e22811
commit 963088e9b8
17 changed files with 29 additions and 131 deletions

1
react/.gitignore vendored
View File

@@ -94,6 +94,7 @@ out
# Nuxt.js build / generate output
.nuxt
dist
!dist/.htaccess
# Gatsby files
.cache/

1
react/dist/.htaccess vendored Normal file
View File

@@ -0,0 +1 @@
ALLOW FROM ALL

View File

@@ -14,7 +14,6 @@
],
"scripts": {
"build": "parcel build",
"deploy": "cp -r dist/* ../js/",
"clean": "rm -rfd .parcel-cache dist/*"
},
"author": "",