Skip to content

Commit

Permalink
Merge pull request #24 from microsoft/patch--include-built-files-in-p…
Browse files Browse the repository at this point in the history
…ackage

patch: specify to embed built files in package
  • Loading branch information
pelikhan authored Dec 5, 2022
2 parents 1e75667 + 4760446 commit ed4a202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"build-fast": "node build.js --fast",
"watch": "node build.js --watch"
},
"files": [
"./built/**"
],
"license": "MIT",
"devDependencies": {
"esbuild": "^0.14.11",
Expand Down

0 comments on commit ed4a202

Please sign in to comment.