don't push react dist anymore
This commit is contained in:
1
react/.gitignore
vendored
1
react/.gitignore
vendored
@@ -94,6 +94,7 @@ out
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
!dist/.htaccess
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
|
||||
1
react/dist/.htaccess
vendored
Normal file
1
react/dist/.htaccess
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ALLOW FROM ALL
|
||||
@@ -14,7 +14,6 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "parcel build",
|
||||
"deploy": "cp -r dist/* ../js/",
|
||||
"clean": "rm -rfd .parcel-cache dist/*"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user