Skip to content

Commit 5d00b27

Browse files
Getting the latest of our entire process
1 parent aae4350 commit 5d00b27

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.babelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"flow"
55
],
66
"plugins": [
7-
"pipe-operator-curry",
87
"transform-object-rest-spread"
98
],
109
"env": {

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
language: node_js
2-
node_js: "node"
2+
node_js: node
3+
script: npm run ci

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build": "babel './index.js' -d './transpiled/'",
3232
"lint": "eslint './index.js'",
3333
"check": "flow-typed install && flow check",
34-
"ci": "npm run build && npm run test && npm run lint && npm run check",
34+
"ci": "npm run test && npm run lint && npm run check",
3535
"watch": "chokidar './index.js' './test.js' --command 'npm run ci --silent'"
3636
},
3737
"devDependencies": {
@@ -60,4 +60,4 @@
6060
"files": [
6161
"transpiled/index.js"
6262
]
63-
}
63+
}

0 commit comments

Comments
 (0)