We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27259db commit e26c8bbCopy full SHA for e26c8bb
1build.yaml
@@ -1,6 +1,3 @@
1
project: gopi
2
-before: echo b
3
-after: echo 1
4
commands:
5
- - b: echo han
6
- test: go test -v -cover github.com/gopinath-langote/1build/testing -run . GOCACHE=off
README.md
@@ -73,6 +73,12 @@ the things that actually matter.
73
```console
74
1build set lint "eslint server.js"
75
```
76
+### Remove/Unset existing configuration
77
+
78
+- Unset command configuration for `lint`
79
+ ```console
80
+ 1build unset lint
81
+ ```
82
83
### Using `before` and `after` commands
84
Consider that your project requires some environment variables to set before running any
0 commit comments