Skip to content

Commit

Permalink
feat: Scripts for media picker; add release-it (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMaros committed Jan 11, 2024
1 parent 64ee686 commit 038093c
Show file tree
Hide file tree
Showing 15 changed files with 8,930 additions and 2,163 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
.idea/
util/node_modules/
node_modules/
js/dist/
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ lint:
&& npm run lint
@composer lint

# Build JS sources (for media picker)
build:
@cd js/ \
&& . $$NVM_DIR/nvm.sh && nvm use \
&& npm i \
&& npm run build

# Make prettier process and fix all files in src/
prettier:
@cd util/ \
Expand Down
1 change: 1 addition & 0 deletions js/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
Loading

0 comments on commit 038093c

Please sign in to comment.