Skip to content

Commit

Permalink
Ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobias committed Jan 4, 2018
1 parent 84ec64e commit 2f1a50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"flow:stop": "pm2 stop flow-leemon",
"test": "jest --config=jest.json",
"build": "npm run build:cjs && npm run build:es && npm run flowgen",
"build:cjs": "cross-env BABEL_ENV=commonjs babel src/ --ignore __tests__ -d lib -s",
"build:es": "cross-env BABEL_ENV=es babel src/ --ignore __tests__ -d es -s",
"build:cjs": "cross-env BABEL_ENV=commonjs babel src/ --ignore src/__tests__ -d lib -s",
"build:es": "cross-env BABEL_ENV=es babel src/ --ignore src/__tests__ -d es -s",
"docs": "BABEL_ENV=babel6 documentation build src/index.js -f md > API.md",
"clean": "npm run clean:es && npm run clean:cjs",
"clean:cjs": "rimraf lib/",
Expand Down

0 comments on commit 2f1a50a

Please sign in to comment.