Skip to content

Commit

Permalink
Revert "add yarn build task for codebytes (#23)" (#24)
Browse files Browse the repository at this point in the history
This reverts commit 2b54067.
  • Loading branch information
BandanaKM authored Jan 29, 2022
1 parent 2b54067 commit 209a493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/codebytes/.gitignore

This file was deleted.

5 changes: 2 additions & 3 deletions packages/codebytes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
"verify": "tsc --noEmit",
"build:compile": "babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\"",
"build:clean": "rm -rf dist",
"build:types": "tsc --emitDeclarationOnly --outDir ./dist",
"build:types": "tsc --emitDeclarationOnly",
"build": "yarn build:clean && yarn build:compile && yarn build:types",
"build:watch": "yarn build && onchange ./src -- yarn build:compile && yarn build:types",
"lernaBuildTask": "yarn build"
"build:watch": "yarn build && onchange ./src -- yarn build:compile && yarn build:types"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 209a493

Please sign in to comment.