Skip to content

Commit 9dbdcfb

Browse files
author
bohendo
committed
fix package name
1 parent 871f9cb commit 9dbdcfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ builder: $(shell find ops/builder $(find_options))
104104
docker tag $(project)_builder:latest $(project)_builder:$(commit)
105105
$(log_finish) && mv -f $(totalTime) .flags/$@
106106

107-
node-modules: builder $(shell find modules/*/package.json $(find_options))
107+
node-modules: builder package.json $(shell find modules/*/package.json $(find_options))
108108
$(log_start)
109109
$(docker_run) "lerna bootstrap --hoist"
110110
$(log_finish) && mv -f $(totalTime) .flags/$@

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "degen.tax",
2+
"name": "degentax",
33
"version": "0.6.0",
44
"description": "Portfolio analysis tools",
55
"repository": {

0 commit comments

Comments
 (0)