Skip to content

Commit

Permalink
Build typescript by ncc (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Mar 2, 2024
1 parent 39cabf5 commit f578586
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm build
- run: pnpm package
- uses: int128/release-typescript-action@94c45715849473c37ebdc66190c9ec4c9543e46b # v1.27.0
with:
# TODO: change this on the stable release
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- run: pnpm i
- run: pnpm test
- run: pnpm build
- run: pnpm package

- name: e2e-test
uses: ./
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"private": true,
"main": "lib/src/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"lint": "eslint **/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"build": "ncc build --source-map --license licenses.txt src/main.ts",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit f578586

Please sign in to comment.