Skip to content

Commit c25cdb8

Browse files
committed
Remove npm scripts
1 parent 565e17d commit c25cdb8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
os: linux
3131
node_js: 11
3232
# We have already run tests
33-
script: npm run build
33+
script: gulp build
3434
if: tag is not blank
3535
# We run `release-it` locally (which tagged the commit and create a
3636
# GitHub release) but we publish to npm only after CI success.

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
"name": "eslint-config-standard-prettier-fp",
33
"version": "15.1.1",
44
"main": "dist/.eslintrc.json",
5-
"files": [
6-
"dist",
7-
"!*~"
8-
],
5+
"files": ["dist", "!*~"],
96
"scripts": {
10-
"build": "gulp build",
11-
"test": "npm run build && gulp test"
7+
"test": "gulp test"
128
},
139
"husky": {
1410
"hooks": {

0 commit comments

Comments
 (0)