Skip to content

Commit

Permalink
Merge branch 'v1' of github.com:alibaba/uform into v1_fix_process
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 3, 2019
2 parents 86dd387 + e7edcfa commit db68c8d
Show file tree
Hide file tree
Showing 7 changed files with 1,142 additions and 99 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "node ./scripts/docs.js start -i docs",
"sort-api": "node ./scripts/sort-api-table.js",
"test": "npm run lint && jest",
"test:core": "jest --watch packages/core/src/__tests__/index.spec.ts",
"test:core": "jest --watch packages/core/src/__tests__/*.spec.ts",
"test:prod": "cross-env TEST_ENV=production npm run build && jest",
"doc:core": "doc-scripts start -i packages/core",
"doc:react": "doc-scripts start -i packages/react",
Expand Down
Loading

0 comments on commit db68c8d

Please sign in to comment.