Skip to content

Commit

Permalink
fix: remove dupliate task names from TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 8, 2016
1 parent c9f1d93 commit 585825c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"scripts": {
"start": "run-s clean build test firefox",
"clean": "rm -f add-on/src/lib/npm/*.js && rm -f build/*.zip",
"build": "run-s -n clean build:*",
"build": "run-s clean build:*",
"build:copy-is-ipfs-lib": "cp node_modules/is-ipfs/dist/index.min.js add-on/src/lib/npm/is-ipfs.min.js",
"build:copy-ipfs-api-lib": "cp node_modules/ipfs-api/dist/index.min.js add-on/src/lib/npm/ipfs-api.min.js",
"build:bundle-extension": "web-ext build -s add-on/ -a build/",
"test": "run-s -n test:*",
"test": "run-s test:*",
"test:unit": "cross-env NODE_ENV=test karma start",
"test:functional": "mocha test/functional",
"lint": "run-s -n lint:*",
"lint": "run-s lint:*",
"lint:standard": "standard --fix -v \"add-on/src/**/*.js\" \"test/**/*.js\"",
"lint:web-ext": "web-ext lint -s add-on/",
"git:push": "run-s test git:commit",
Expand Down

0 comments on commit 585825c

Please sign in to comment.