Skip to content

Commit

Permalink
[develop] Add build-develop-addons.bat to build with addons
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Oct 16, 2023
1 parent 155c4d0 commit 533def6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/build-develop-addons.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CD /D %~dp0
call npm install -g grunt-cli
call npm ci

call grunt --level=WHITESPACE_ONLY --addon=sdkjs-forms --addon=sdkjs-ooxml
call grunt develop --addon=sdkjs-forms --addon=sdkjs-ooxml

pause

0 comments on commit 533def6

Please sign in to comment.