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 d4ad454 commit cc1fa68Copy full SHA for cc1fa68
.travis.yml
@@ -4,4 +4,6 @@ node_js:
4
- '0.12'
5
- 'iojs'
6
notifications:
7
- email: false
+ email: false
8
+script:
9
+ - npm run build
package.json
@@ -4,7 +4,8 @@
"description": "Automatically sets width property on child components",
"main": "dist/react-automatic-width.js",
"scripts": {
- "test": "echo \"Sorry\""
+ "test": "echo \"Sorry\"",
+ "build": "webpack"
},
10
"repository": {
11
"type": "git",
0 commit comments