Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Generate (sound) TypeScript and Flow declaration files #9

Merged
merged 6 commits into from
Dec 14, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: build-go build-js
publish: publish-go publish-js

clean-js:
rm -f js/index.d.ts js/index.js
rm -f js/index.d.ts js/index.js js/export.flow.js
build-js: clean-js
cd js && npm install && npm run prepublishOnly
publish-js:
Expand Down
Loading