We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae79509 commit 8b76918Copy full SHA for 8b76918
1 file changed
Makefile
@@ -38,9 +38,16 @@ zip: all
38
.PHONY: package
39
package: zip
40
41
+.PHONY: install
42
+install: node_modules
43
+
44
node_modules: package.json
45
yarn install
46
47
+.PHONY: update-deps
48
+update-deps:
49
+ yarn upgrade
50
51
.PHONY: product-info
52
product-info:
53
php build-cfg/utils/create-json.php README.txt better-search-replace.php > builds/info.json
0 commit comments