Skip to content

Commit

Permalink
chore(ast-spec): revert removing api-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed May 5, 2022
1 parent d73e65b commit 12b7da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ast-spec/package.json
Expand Up @@ -29,7 +29,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b tsconfig.build.json",
"build": "tsc -b tsconfig.build.json && api-extractor run --local",
"clean": "tsc -b tsconfig.build.json --clean",
"postclean": "rimraf dist && rimraf _ts3.4 && rimraf .rollup.cache && rimraf coverage",
"clean-fixtures": "rimraf -g \"./src/**/fixtures/**/snapshots\"",
Expand Down

0 comments on commit 12b7da1

Please sign in to comment.