Skip to content

Commit

Permalink
try again to fix prepublish cjs script
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Oct 27, 2019
1 parent fdbda19 commit 0f0137c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ transpile:

build: transpile
if [ ! -d "cjs" ]; then mkdir cjs; fi
cp -r src/ cjs/
cp -r src/* cjs
rollup -c rollup.config.js

docs:
Expand Down

0 comments on commit 0f0137c

Please sign in to comment.