Skip to content

Commit

Permalink
fix: build function export (#34)
Browse files Browse the repository at this point in the history
* fix: build function export

* publish script

* fix ci

* add yarn.lock

* fix ci
  • Loading branch information
sorrycc committed Jun 19, 2019
1 parent 20f8734 commit b00f43c
Show file tree
Hide file tree
Showing 38 changed files with 33,518 additions and 2,525 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,8 +1,7 @@
/node_modules
/yarn.lock
/coverage
/packages/*/lib
/packages/*/node_modules
/packages/*/yarn.lock
/packages/*/.local
/.local
/packages/*/src/fixtures/**/node_modules/.cache
Expand Down
1 change: 1 addition & 0 deletions jasmine.js
@@ -0,0 +1 @@
jasmine.DEFAULT_TIMEOUT_INTERVAL = 200000; // eslint-disable-line
4 changes: 4 additions & 0 deletions jest.config.js
Expand Up @@ -5,4 +5,8 @@ module.exports = {
'/packages/father-build/lib/',
'/packages/father-build/src/fixtures',
],
coveragePathIgnorePatterns: [
'/packages/father/src/fixtures',
'/packages/father-build/src/fixtures',
],
};
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"test": "umi-test --coverage",
"debug": "umi-test",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish"
"publish": "npm run build && lerna publish"
},
"devDependencies": {
"@types/jest": "^24.0.13",
Expand Down
161 changes: 0 additions & 161 deletions packages/father-build/lib/babel.js

This file was deleted.

0 comments on commit b00f43c

Please sign in to comment.