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 1b40d49 commit e441613Copy full SHA for e441613
package.json
@@ -29,7 +29,8 @@
29
"lint": "true",
30
"prepare": "npm run build",
31
"cover": "c8 --all --src src --reporter=lcov npm test",
32
- "dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast"
+ "dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
33
+ "travis": "npm run lint-config && npm run lint && npm run cover"
34
},
35
"license": "AGPL-3.0",
36
"author": "aureooms",
0 commit comments