Skip to content

Commit

Permalink
chore: np => release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 25, 2021
1 parent 56843a7 commit b9ab436
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 60 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "yarn build && yarn test:post-build",
"test:post-build": "node dist/index.js test",
"start": "tsc -p tsconfig.json --watch",
"release": "np",
"release": "release-it",
"deduplicate": "yarn dedupe",
"deduplicate:check": "yarn dedupe -c"
},
Expand Down Expand Up @@ -120,6 +120,7 @@
"react": "^16.8.6",
"react-dom": "^16.13.0",
"react-is": "^16.13.0",
"release-it": "^14.11.5",
"rollup-plugin-postcss": "^4.0.1",
"styled-components": "^5.3.1",
"tiny-invariant": "^1.1.0",
Expand Down
3 changes: 2 additions & 1 deletion test/e2e/tsdx-lint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import * as shell from 'shelljs';

import * as util from '../utils/fixture';

shell.config.silent = true;
// for debugging
shell.config.silent = false;

const testDir = 'e2e';
const stageName = 'stage-lint';
Expand Down
Loading

0 comments on commit b9ab436

Please sign in to comment.