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 04aaca7 commit 63795ceCopy full SHA for 63795ce
.travis.yml
@@ -5,4 +5,6 @@ node_js:
5
- "12"
6
- "14"
7
8
-install: npm install
+script:
9
+ - npx standard
10
+ - npm run test
0 commit comments