Skip to content

Commit

Permalink
updating build config
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarbjorntvedt committed Dec 24, 2023
1 parent f6a4615 commit 5c3037c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ fi

rm -rf ./dist/*

#cp -r ./types ./dist/
#cp -r ./src ./dist/src/

cp -r ./types ./dist/
cp README.md ./dist/
cp package.json ./dist/
cp index.js ./dist/
cp types/*.d.ts ./dist/

# cp types/*.d.ts ./dist/

0 comments on commit 5c3037c

Please sign in to comment.