File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"build" : " rimraf dist && tsc" ,
13
13
"lint" : " tslint -c tslint.json 'src/**/*.ts'" ,
14
+ "prepare-release" : " standard-version" ,
14
15
"prepublish" : " npm run build" ,
15
16
"precommit" : " npm run test" ,
16
17
"pretest" : " npm run lint" ,
17
18
"test" : " jest"
18
19
},
20
+ "standard-version" : {
21
+ "skip" : {
22
+ "commit" : true ,
23
+ "tag" : true
24
+ },
25
+ "types" : [
26
+ {
27
+ "type" : " feat" ,
28
+ "section" : " Features"
29
+ },
30
+ {
31
+ "type" : " fix" ,
32
+ "section" : " Bug Fixes"
33
+ },
34
+ {
35
+ "type" : " perf" ,
36
+ "section" : " Performance Improvements"
37
+ },
38
+ {
39
+ "type" : " refactor" ,
40
+ "section" : " Maintenance Improvements"
41
+ }
42
+ ]
43
+ },
19
44
"repository" : {
20
45
"type" : " git" ,
21
46
"url" : " git+https://github.com/prisma/serverless-plugin-typescript.git"
34
59
"jest" : " 24.5.0" ,
35
60
"mock-fs" : " 4.9.0" ,
36
61
"rimraf" : " 2.6.3" ,
62
+ "standard-version" : " ^9.3.1" ,
37
63
"ts-jest" : " 24.0.2" ,
38
64
"tslint" : " 5.14.0" ,
39
65
"typescript" : " ^3.9.10"
You can’t perform that action at this time.
0 commit comments