diff options
| author | Jamal Carvalho <jamal@golang.org> | 2021-06-11 18:43:25 -0400 |
|---|---|---|
| committer | Jamal Carvalho <jamal@golang.org> | 2021-06-12 14:34:45 +0000 |
| commit | d9327bfb9827febbbd894b83e0e41fa3af82902f (patch) | |
| tree | 859f505b76384f6da34c516be2ae528e598527eb /package.json | |
| parent | 407039edd405de52e6483ab3f4a14bb98da608f9 (diff) | |
| download | go-x-pkgsite-d9327bfb9827febbbd894b83e0e41fa3af82902f.tar.xz | |
package.json: update directories for lint and test scripts
Change-Id: Ie15a65c7e04f2c2f54c2a5ed83ac7d189b04edab
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/327279
Trust: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index dbdce70a..7af443f5 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "scripts": { "license-check": "jsgl --local .", "lint": "run-s --continue-on-error \"lint:* -- {1}\" -- ", - "lint:css": "stylelint content/static/**/*.css", - "lint:ts": "eslint content/static --ext .ts", + "lint:css": "stylelint static/**/*.css", + "lint:ts": "eslint static --ext .ts", "test": "run-s --continue-on-error test:*", "test:typecheck": "tsc --noEmit", - "test:unit": "jest content/static", + "test:unit": "jest static", "e2e": "jest e2e" }, "dependencies": { |
