move package.json and config.json to root
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9778c201a9
commit
4cae541ed4
|
@ -12,7 +12,8 @@
|
|||
"vuepress": "^1.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vuepress build",
|
||||
"dev": "vuepress dev docs",
|
||||
"build": "vuepress build docs",
|
||||
"cleanlib": "rm -rf lib/* && touch lib/.gitkeep",
|
||||
"cleandist": "rm -rf ./vuepress/dist",
|
||||
"clean": "yarn run clearlib && yarn run cleardist"
|
||||
|
|
Loading…
Reference in New Issue