Skip to content

Commit

Permalink
update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-nagy committed Dec 27, 2023
1 parent 923cc5b commit 0b70ad1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"soa"
],
"files": [
"build"
"build",
"!build/.tsinfo"
],
"exports": {
"./*": "./build/*.js",
Expand All @@ -34,6 +35,7 @@
"scripts": {
"prebuild": "bun clean",
"build": "tsc --project tsconfig-build.json",
"postbuild": "cp ../../LICENSE build",
"clean": "rm -rf node_modules build",
"eslint": "eslint src",
"eslint-fix": "eslint src --fix",
Expand Down
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"soa"
],
"files": [
"build"
"build",
"!.tsinfo"
],
"exports": {
"./*": "./build/*.js",
Expand All @@ -32,6 +33,7 @@
"scripts": {
"prebuild": "bun clean",
"build": "tsc --project tsconfig-build.json",
"postbuild": "cp ../../LICENSE build",
"clean": "rm -rf node_modules build",
"eslint": "eslint src",
"eslint-fix": "eslint src --fix",
Expand Down

0 comments on commit 0b70ad1

Please sign in to comment.