Skip to content

Commit 8b76918

Browse files
committed
Add install and update-deps Makefile targets
1 parent ae79509 commit 8b76918

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,16 @@ zip: all
3838
.PHONY: package
3939
package: zip
4040

41+
.PHONY: install
42+
install: node_modules
43+
4144
node_modules: package.json
4245
yarn install
4346

47+
.PHONY: update-deps
48+
update-deps:
49+
yarn upgrade
50+
4451
.PHONY: product-info
4552
product-info:
4653
php build-cfg/utils/create-json.php README.txt better-search-replace.php > builds/info.json

0 commit comments

Comments
 (0)