There was an error while loading. Please reload this page.
1 parent c08cafc commit 7823aa0Copy full SHA for 7823aa0
package.json
@@ -29,7 +29,8 @@
29
"lint": "true",
30
"prepare": "npm run build",
31
"cover": "nyc --reporter=lcov npm test",
32
- "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
+ "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
33
+ "travis": "npm run lint && npm run cover"
34
},
35
"description": "character sequence code bricks for JavaScript",
36
"dependencies": {},
0 commit comments