Deploy docs via gh-pages (#88)

This commit is contained in:
Jaco Greeff
2019-02-28 17:24:21 +01:00
committed by GitHub
parent b1559dc82a
commit 9de0e2ef1d
9 changed files with 121 additions and 49 deletions
+6 -5
View File
@@ -18,15 +18,16 @@
"build": "polkadot-dev-build-ts && polkadot-dev-build-docs",
"check": "tslint --project . && tsc --noEmit --pretty",
"clean": "polkadot-dev-clean-build",
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000",
"postinstall": "polkadot-dev-yarn-only",
"test": "jest --coverage",
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000"
"test": "jest --coverage"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/runtime": "^7.3.4",
"@polkadot/dev-react": "^0.25.7",
"@polkadot/ts": "^0.1.53",
"empty": "^0.10.1"
"@polkadot/dev-react": "^0.25.11",
"@polkadot/ts": "^0.1.54",
"empty": "^0.10.1",
"gh-pages": "^2.0.1"
}
}