Skip to content

Commit b080f05

Browse files
committed
Make package.json sync targets depend on build.clj
...so that e.g. bumping the version number causes the package.json files to be rebuilt
1 parent 715b6b0 commit b080f05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ install: target/fluree-db.jar
5050
deploy: target/fluree-db.jar
5151
clojure -T:build deploy
5252

53-
js-packages/nodejs/package.json: package.json
53+
js-packages/nodejs/package.json: package.json build.clj
5454
clojure -T:build sync-package-json :target $(@D)/package.json :node? true
5555

56-
js-packages/browser/package.json: package.json
56+
js-packages/browser/package.json: package.json build.clj
5757
clojure -T:build sync-package-json :target $(@D)/package.json
5858

59-
js-packages/webworker/package.json: package.json
59+
js-packages/webworker/package.json: package.json build.clj
6060
clojure -T:build sync-package-json :target $(@D)/package.json
6161

6262
js-packages/nodejs/flureenjs.js: out/flureenjs.js

0 commit comments

Comments
 (0)