Skip to content

Commit

Permalink
chore: update declaration files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 15, 2023
1 parent 4fc9771 commit b3a2698
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 291 deletions.
290 changes: 145 additions & 145 deletions deno/common/ts_morph_common.js

Large diffs are not rendered by default.

290 changes: 145 additions & 145 deletions packages/common/src/data/libFiles.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ts-morph/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/ts-morph.js",
"typings": "lib/ts-morph.d.ts",
"scripts": {
"dopublish": "npm run type-check-docs && npm run package && npm run publish-code-verification && echo \"Run: npm publish --otp\"",
"dopublish": "npm run type-check-docs && npm run package && npm run publish-code-verification && echo \"Run: npm publish\"",
"build": "npm run build:declarations && npm run build:deno && npm run build:node",
"build:node": "rimraf dist && rollup -c ",
"build:deno": "rimraf dist-deno && rollup -c --environment BUILD:deno && deno run -A scripts/buildDeno.ts",
Expand Down

0 comments on commit b3a2698

Please sign in to comment.