Skip to content

Commit

Permalink
adding setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-kit committed Dec 20, 2020
1 parent 71c32f6 commit 6392b2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ data
.env
.env.*
!.env.example
static/*
static/rss.xml
static/social-rss.xml
static/*.xml
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"prebuild": "node ./scripts/installer.js",
"init": "./bin/run seedData;",
"build": "gridsome build",
"setup": "./bin/run getData; ./bin/run copyData; ./bin/run copyStaticFiles; gridsome develop",
"develop": "gridsome develop",
"explore": "gridsome explore",
"deploy": "./bin/run copyData; gridsome build",
Expand Down
Binary file modified static/docs/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6392b2a

Please sign in to comment.