Skip to content

Commit

Permalink
feat(makefile): build in good destination
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Sep 9, 2022
1 parent dd1874c commit f15217a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yatas-aws
bin/
package-lock.json
node_modules/*
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ test:
go test ./...

build:
go build
go build -o bin/yatas-aws

install: build
mkdir -p ~/.yatas.d/plugins
mv ./yatas-aws ~/.yatas.d/plugins
mv ./bin/yatas-aws ~/.yatas.d/plugins

release: test
npm run release
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"homepage": "https://github.com/StanGirard/yatas-aws#readme",
"devDependencies": {
"standard-version": "9.5.0"
}
},
"license": "Apache-2.0"
}

0 comments on commit f15217a

Please sign in to comment.