Bump dev deps (& swap to using build:before) (#3106)

This commit is contained in:
Jaco
2023-03-10 09:34:17 +02:00
committed by GitHub
parent ff21b573cd
commit 16e2ec7d08
2 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -21,7 +21,7 @@
],
"scripts": {
"build": "polkadot-dev-build-ts",
"build:extra": "node scripts/sortAll.mjs",
"build:before": "node scripts/sortAll.mjs",
"build:release": "polkadot-ci-ghact-build",
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
"build:rollup": "polkadot-exec-rollup --config",
@@ -38,8 +38,8 @@
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@polkadot/dev": "^0.71.1",
"@types/node": "^18.14.6"
"@polkadot/dev": "^0.71.3",
"@types/node": "^18.15.0"
},
"resolutions": {
"typescript": "^4.9.5"