mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix missing release artifact
This commit is contained in:
parent
141f3a318c
commit
54d0c1a229
@ -10,7 +10,7 @@
|
||||
"build": "npm run clean && npm run build:tsc && npm run build:dist",
|
||||
"build:tsc": "tsc --sourceMap",
|
||||
"build:metadata": "./scripts/get-metadata.js > src/metadata.json",
|
||||
"build:dist": "cross-env NODE_ENV=production webpack && npm run doc:json",
|
||||
"build:dist": "cross-env NODE_ENV=production webpack",
|
||||
"build:watch": "tsc -w",
|
||||
"test": "mocha",
|
||||
"test:watch": "mocha -w --watch-extensions js,ts,json",
|
||||
@ -113,6 +113,7 @@
|
||||
},
|
||||
"release-it": {
|
||||
"hooks": {
|
||||
"before:init": "npm run doc:json",
|
||||
"after:bump": "npm run changelog"
|
||||
},
|
||||
"plugins": {
|
||||
|
Loading…
Reference in New Issue
Block a user