Skip to content

Commit

Permalink
chore(package.json): build script (#129)
Browse files Browse the repository at this point in the history
* fix: build script

* fix: add shebangs
  • Loading branch information
po4tion authored Jul 8, 2024
1 parent 0e7e5c1 commit 2ce004c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .scripts/postbuild.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
echo "export * from './dist/array';" > array.d.ts
echo "export * from './dist/function';" > function.d.ts
echo "export * from './dist/math';" > math.d.ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@
"lint": "eslint ./src --ext .ts",
"format": "prettier --write ."
}
}
}

0 comments on commit 2ce004c

Please sign in to comment.