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 fb8f515 commit 433ab67Copy full SHA for 433ab67
package.json
@@ -7,7 +7,9 @@
7
"lint": "eslint components",
8
"dist": "webpack",
9
"compile": "babel -d lib/ components/",
10
- "prepublish": "npm run compile"
+ "prepublish": "npm run compile",
11
+ "test": "scripts/test --single-run"
12
+
13
},
14
"repository": {
15
"type": "git",
scripts/test
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+NODE_ENV=test node_modules/.bin/karma start "$@"
0 commit comments