remove node_modules
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
dist
|
||||||
|
node_modules
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node generate-gallery-index.js",
|
"build": "node generate-gallery-index.js",
|
||||||
"schedule": "node schedule-build.js",
|
"schedule": "node schedule-build.js",
|
||||||
|
"static": "rm -rf dist && mkdir -p dist && cp -r public/* dist/",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user