Commit b080f05 1 parent 715b6b0 commit b080f05 Copy full SHA for b080f05
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ install: target/fluree-db.jar
50
50
deploy : target/fluree-db.jar
51
51
clojure -T:build deploy
52
52
53
- js-packages/nodejs/package.json : package.json
53
+ js-packages/nodejs/package.json : package.json build.clj
54
54
clojure -T:build sync-package-json :target $(@D ) /package.json :node? true
55
55
56
- js-packages/browser/package.json : package.json
56
+ js-packages/browser/package.json : package.json build.clj
57
57
clojure -T:build sync-package-json :target $(@D ) /package.json
58
58
59
- js-packages/webworker/package.json : package.json
59
+ js-packages/webworker/package.json : package.json build.clj
60
60
clojure -T:build sync-package-json :target $(@D ) /package.json
61
61
62
62
js-packages/nodejs/flureenjs.js : out/flureenjs.js
You can’t perform that action at this time.
0 commit comments