Skip to content

Commit

Permalink
chore: uncommit generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 17, 2020
1 parent fb175fb commit 8480be9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ dist*
/plugin.d.ts
/plugin.js
/components
typescript-language-service

# website
website/.cache

.vercel
.vercel
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"release:pr": "dripip pr",
"format": "prettier --write '.'",
"build": "yarn clean && node scripts/build-module-facades && tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json",
"clean": "git clean -fX && rm -rf dist*",
"clean": "git clean -fX && rm -rf dist* && rm -rf typescript-language-service",
"postpublish": "yarn clean",
"postinstall": "node scripts/postinstall",
"prepublishOnly": "yarn build",
Expand Down
1 change: 0 additions & 1 deletion scripts/build-module-facades.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const fs = require('fs-jetpack')
const os = require('os')
const lo = require('lodash')
const path = require('path')
const { stripIndent } = require('common-tags')

// prettier-ignore
const facades = [
Expand Down
1 change: 0 additions & 1 deletion typescript-language-service/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion typescript-language-service/index.js

This file was deleted.

0 comments on commit 8480be9

Please sign in to comment.