Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
illiakovalenko committed May 5, 2023
1 parent 4729c45 commit c55768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-api-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ const { execSync } = require('child_process');

execSync('npx lerna run generate-docs --since=origin/dev', { stdio: 'inherit' });
execSync('git add ./ref-docs/**/*', { stdio: 'inherit' });
execSync('git commit -m "Update API docs [skip CI]"', { stdio: 'inherit' });
execSync('git commit -m "Update API docs [skip ci]"', { stdio: 'inherit' });
execSync('git push', { stdio: 'inherit' });

0 comments on commit c55768f

Please sign in to comment.