Skip to content

Commit

Permalink
use sed to lose the ts reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sakari committed Nov 8, 2024
1 parent e0865c8 commit 1746827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/oats-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"clean:dist": "rm -rf ./dist",
"prebuild": "yarn clean && yarn tsc --project tsconfig.test.json --noEmit",
"build": "yarn tsc",
"postbuild": "sed -i bak 1d dist/make.d.ts && rm dist/make.d.tsbak",
"lint": "eslint --max-warnings=0 --ext .ts src test",
"lint:fix": "eslint --max-warnings=0 --ext .ts src test --fix"
},
Expand Down

0 comments on commit 1746827

Please sign in to comment.