Skip to content

Commit

Permalink
Rename rollup.config.js to rollup.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Jun 1, 2023
1 parent 255e3d5 commit 04ad776
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pkgs.stdenv.mkDerivation rec {

buildPhase=''
HOME=$TMP yarn install --frozen-lockfile
yarn rollup --config ./rollup.config.js
yarn rollup --config ./rollup.config.mjs
cp ./package.json ./README.md ./dist
cd ./dist
yarn pack
Expand Down
File renamed without changes.

0 comments on commit 04ad776

Please sign in to comment.