Update build merge (#230)

This commit is contained in:
Jaco Greeff
2019-10-12 15:27:25 +02:00
committed by GitHub
parent 2881ae2834
commit 89cb92a8ca
5 changed files with 175 additions and 109 deletions
+4 -7
View File
@@ -13,10 +13,8 @@
"typescript": "^3.6.4"
},
"scripts": {
"build": "yarn build:split:code && yarn build:split:docs",
"build:split:code": "polkadot-dev-build-ts",
"build:split:docs": "polkadot-dev-build-docs",
"check": "yarn lint",
"build": "polkadot-dev-build-ts",
"docs": "polkadot-dev-build-docs",
"lint": "eslint --ext .js,.jsx,.ts,.tsx . && tsc --noEmit --pretty",
"clean": "polkadot-dev-clean-build",
"demo:identicon:react": "yarn build:ts && webpack-serve --config packages/react-identicon/webpack.config.js --content packages/react-identicon --port 8080",
@@ -33,11 +31,10 @@
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/runtime": "^7.6.3",
"@polkadot/dev-react": "^0.32.0-beta.9",
"@polkadot/ts": "^0.1.80",
"@polkadot/dev-react": "^0.32.0-beta.10",
"@polkadot/ts": "^0.1.81",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"gh-pages": "^2.1.1",
"webpack-serve": "^3.2.0"
}
}