Remove --fix on CI (#412)

This commit is contained in:
Jaco Greeff
2020-12-08 11:23:44 +01:00
committed by GitHub
parent fcebfeae60
commit 582f1ca294
2 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
"scripts": {
"build": "polkadot-dev-build-ts",
"build:release": "polkadot-ci-ghact-build",
"lint": "polkadot-dev-run-lint --fix",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"demo:identicon:react": "yarn build && webpack-serve --config packages/react-identicon/webpack.config.js --content packages/react-identicon --port 8080",
"demo:identicon:vue": "yarn build && webpack-serve --config packages/vue-identicon/webpack.config.js --content packages/vue-identicon --port 8080",
@@ -29,9 +29,9 @@
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@polkadot/dev": "^0.60.11",
"@polkadot/dev": "^0.60.12",
"@polkadot/ts": "^0.3.57",
"@types/jest": "^26.0.16",
"@types/jest": "^26.0.17",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react": "^17.0.1",
+10 -10
View File
@@ -2006,9 +2006,9 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/dev@npm:^0.60.11":
version: 0.60.11
resolution: "@polkadot/dev@npm:0.60.11"
"@polkadot/dev@npm:^0.60.12":
version: 0.60.12
resolution: "@polkadot/dev@npm:0.60.12"
dependencies:
"@babel/cli": ^7.12.8
"@babel/core": ^7.12.9
@@ -2095,7 +2095,7 @@ __metadata:
polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.cjs
polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.cjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs
checksum: d583afb3162f8e806d1226ae71cf2860a276fb9e3b2a89c91596d6fec4dd3638555cdfa7568a2f09371bb1a77db485a61d82354aa3867458d8dea60212a99664
checksum: 13f7153ccc62fc62c4823946175845f8c6b50b1e20e9321ce607ea23a0b8b39f3359e707997a62ce31a44c6ea8b9a134b206e3aecd970ff9c3b040d3cd79f06e
languageName: node
linkType: hard
@@ -2807,13 +2807,13 @@ __metadata:
languageName: node
linkType: hard
"@types/jest@npm:^26.0.16":
version: 26.0.16
resolution: "@types/jest@npm:26.0.16"
"@types/jest@npm:^26.0.17":
version: 26.0.17
resolution: "@types/jest@npm:26.0.17"
dependencies:
jest-diff: ^26.0.0
pretty-format: ^26.0.0
checksum: 0c94186cdff943479d9ca169abc412617042eceb5427fc1394d1e23c18a99b61ba502ce4cf9160e8bc400606e9f36cc1cae91f36e329db85c623201efdc1b8f2
checksum: 025af4f5b584e15097c96ff1b1873a75f785a3c4f7700609ed131ca1a74f05c94c08f112a2b5a0585c753e9163d26346d459f10c10f9d600e1d23e92cde65e9e
languageName: node
linkType: hard
@@ -13897,9 +13897,9 @@ fsevents@~2.1.2:
dependencies:
"@babel/core": ^7.12.9
"@babel/runtime": ^7.12.5
"@polkadot/dev": ^0.60.11
"@polkadot/dev": ^0.60.12
"@polkadot/ts": ^0.3.57
"@types/jest": ^26.0.16
"@types/jest": ^26.0.17
babel-plugin-transform-vue-template: ^0.4.2
empty: ^0.10.1
react: ^17.0.1