Skip to content

Commit d650a84

Browse files
author
jh3r
committed
Format
1 parent 82f3cf4 commit d650a84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/adp-agent/src/adpagent2/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"start": "npm run dev",
88
"dev": "go run main.go",
9-
"build": "go build -tags=jsoniter ."
9+
"build": "go build -tags=jsoniter .",
10+
"fmt": "gofmt -e -w ."
1011
},
1112
"keywords": [],
1213
"author": "",

0 commit comments

Comments
 (0)