Add yarn matrix (#295)

This commit is contained in:
Jaco Greeff
2020-03-16 15:31:37 +01:00
committed by GitHub
parent 0afc9908ed
commit 5ad56a9520
3 changed files with 17 additions and 66 deletions
+2
View File
@@ -13,7 +13,9 @@
},
"scripts": {
"build": "polkadot-dev-build-ts",
"build:release": "polkadot-ci-ghact-build",
"docs": "polkadot-dev-build-docs",
"docs:release": "polkadot-ci-ghact-docs",
"lint": "polkadot-dev-run-lint",
"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",