alpha
Login
or
Join now
danielroe.dev
/
ipx
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/ipx.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add release script
author
pooya parsa
date
7 years ago
(Jan 27, 2019, 2:33 PM +0330)
commit
21563230
215632305688c7192421426d327cdccf15de199d
parent
7bcf21dc
7bcf21dcab20e68c038ab0874d2b7e8d0a3b47ea
+2
-1
1 changed file
Expand all
Collapse all
Unified
Split
package.json
+2
-1
package.json
View file
Reviewed
···
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
10
-
"prepublish": "yarn build"
10
10
+
"prepublish": "yarn build",
11
11
+
"release": "lerna publish --conventional-commits"
11
12
},
12
13
"devDependencies": {
13
14
"bili": "^3.4.2",