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 c811990 commit c11b3dbCopy full SHA for c11b3db
package.json
@@ -25,12 +25,12 @@
25
},
26
"scripts": {
27
"lint": "eslint --format=codeframe .",
28
- "test": "jasmine test/unit/* test/e2e/index.js",
+ "test": "npm run lint && jasmine test/unit/* test/e2e/index.js",
29
"coverage": "nyc npm run test",
30
"clean": "rimraf build",
31
"build": "npm run clean && babel --out-dir=build src",
32
- "publish-stable": "npm run lint && npm run test && npm run build && npm publish",
33
- "publish-next": "npm run lint && npm run test && npm run build && npm publish --tag next"
+ "publish-stable": "npm run test && npm run build && npm publish",
+ "publish-next": "npm run test && npm run build && npm publish --tag next"
34
35
"main": "src/index.js",
36
"files": [
0 commit comments