mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 23:31:01 +00:00
Update build merge (#230)
This commit is contained in:
+4
-7
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user