File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "src" : {
3
+ "tagName" : " v%s"
4
+ },
5
+ "github" : {
6
+ "release" : true ,
7
+ "releaseName" : " v%s" ,
8
+ "tokenRef" : " GITHUB_TOKEN"
9
+ },
10
+ "npm" : {
11
+ "publish" : true
12
+ },
13
+ "changelogCommand" : " git log --pretty=format:'* %s (%h)' [REV_RANGE]"
14
+ }
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"lint" : " eslint --ext=js,html src tests examples" ,
13
13
"build" : " node build/build.js" ,
14
- "test" : " npm run lint" ,
14
+ "pretest" : " npm run lint" ,
15
+ "test" : " npm run unit" ,
15
16
"unit" : " nyc ava test/**/*.spec.js" ,
16
17
"dev" : " npm run unit -- -w" ,
17
- "prepublishOnly" : " npm run build"
18
+ "prepublishOnly" : " npm run build" ,
19
+ "release" : " release-it --preRelease=alpha"
18
20
},
19
21
"repository" : {
20
22
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments