[READ-ONLY] Mirror of https://github.com/danielroe/ipx.
0

Configure Feed

Select the types of activity you want to include in your feed.

add release script

+2 -1
+2 -1
package.json
··· 7 7 "start": "cross-env DEBUG=1 IPX_DIST=../src node -r esm packages/ipx/bin/ipx.js", 8 8 "dev": "nodemon", 9 9 "build": "lerna run build", 10 - "prepublish": "yarn build" 10 + "prepublish": "yarn build", 11 + "release": "lerna publish --conventional-commits" 11 12 }, 12 13 "devDependencies": { 13 14 "bili": "^3.4.2",