Skip to content

Commit

Permalink
Fix api-extractor command for cross-platform usage
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 26, 2019
1 parent 7ebca90 commit 016529f
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 @@ -38,8 +38,8 @@
"typings-tester": "^0.3.2"
},
"scripts": {
"build-ci": "tsdx build --format cjs,esm,umd --name redux-toolkit; api-extractor run",
"build": " tsdx build --format cjs,esm,umd --name redux-toolkit; api-extractor run --local",
"build-ci": "tsdx build --format cjs,esm,umd --name redux-toolkit && api-extractor run",
"build": "tsdx build --format cjs,esm,umd --name redux-toolkit && api-extractor run --local",
"dev": "tsdx watch --format cjs,esm,umd",
"format": "prettier --write \"src/*.ts\" \"**/*.md\"",
"format:check": "prettier --list-different \"src/*.ts\" \"**/*.md\"",
Expand Down

0 comments on commit 016529f

Please sign in to comment.