Skip to content

Commit e26c8bb

Browse files
Describe unset command in readme
1 parent 27259db commit e26c8bb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

1build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
project: gopi
2-
before: echo b
3-
after: echo 1
42
commands:
5-
- b: echo han
63
- test: go test -v -cover github.com/gopinath-langote/1build/testing -run . GOCACHE=off

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ the things that actually matter.
7373
```console
7474
1build set lint "eslint server.js"
7575
```
76+
### Remove/Unset existing configuration
77+
78+
- Unset command configuration for `lint`
79+
```console
80+
1build unset lint
81+
```
7682

7783
### Using `before` and `after` commands
7884
Consider that your project requires some environment variables to set before running any

0 commit comments

Comments
 (0)