Skip to content

Commit

Permalink
chore(package): remove -- arg separator
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Oct 20, 2017
1 parent 810ae12 commit 20e9a63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"deploy:docs": "gh-pages -d docs/build -m 'deploy docs [ci skip]'",
"postdeploy:docs": "yarn build:changelog && yarn deploy:changelog",
"lint": "cross-env NODE_ENV=production eslint .",
"lint:fix": "yarn lint -- --fix",
"lint:fix": "yarn lint --fix",
"prerelease": "yarn lint && yarn tsd:lint && yarn tsd:test && yarn test && cross-env NODE_ENV=production yarn build",
"postrelease": "yarn deploy:docs",
"release:major": "yarn prerelease && ta-script npm/release major && yarn postrelease",
"release:minor": "yarn prerelease && ta-script npm/release minor && yarn postrelease",
"release:patch": "yarn prerelease && ta-script npm/release patch && yarn postrelease",
"prestart": "yarn satisfied -- --fix yarn",
"prestart": "yarn satisfied --fix yarn",
"start": "yarn docs",
"satisfied": "satisfied --skip-invalid",
"pretest": "yarn satisfied && yarn build:dll",
"test": "cross-env NODE_ENV=test node -r babel-register ./node_modules/karma/bin/karma start karma.conf.babel.js",
"test:watch": "yarn test -- --no-single-run",
"test:watch": "yarn test --no-single-run",
"tsd": "gulp tsd",
"tsd:lint": "tslint './index.d.ts' './src/**/*.d.ts' './src/**/*.tsx' './test/**/*.d.ts' './test/**/*.tsx'",
"tsd:lint:fix": "yarn tsd:lint -- --fix",
"tsd:lint:fix": "yarn tsd:lint --fix",
"tsd:test": "yarn tsd && tsc -p ./ && rm test/typings.js"
},
"repository": {
Expand Down

0 comments on commit 20e9a63

Please sign in to comment.