File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
node-version : 12
15
15
registry-url : ' https://registry.npmjs.org'
16
- - run : npm ci
17
- - run : npm version:1-swagger
16
+ - run : npm run bump-swagger
18
17
- uses : stefanzweifel/git-auto-commit-action@v4
19
18
with :
20
19
commit_message : " chore: bump swagger.yml file"
Original file line number Diff line number Diff line change 49
49
"url" : " git+https://github.com/netlify/open-api.git"
50
50
},
51
51
"scripts" : {
52
- "prepublishOnly" : " git push && git push --tags && gh-release" ,
53
52
"prepare" : " run-s test" ,
54
53
"test" : " run-s lint build unit" ,
55
54
"start" : " run-s lint build" ,
56
55
"build" : " run-s convert redoc" ,
57
56
"convert" : " node src/convert.js" ,
58
- "version" : " run-s version:*" ,
59
- "version:1-swagger" : " node src/bump-swagger.js" ,
60
- "version:2-git" : " git add swagger.yml" ,
57
+ "bump-swagger" : " node src/bump-swagger.js" ,
61
58
"redoc" : " node src/docs/build.js" ,
62
59
"lint" : " run-s eslint prettier" ,
63
60
"eslint" : " eslint --fix \" src/**/*.js\" " ,
You can’t perform that action at this time.
0 commit comments