Skip to content

Commit

Permalink
update parcel again to fix source maps (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jan 14, 2021
1 parent 190309f commit e884a23
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 @@ -259,7 +259,7 @@ require/parcel/node_modules:
require/parcel2/node_modules:
mkdir -p require/parcel2
echo '{}' > require/parcel2/package.json
cd require/parcel2 && npm install [email protected].527 @parcel/[email protected].529 [email protected]
cd require/parcel2 && npm install [email protected].532 @parcel/[email protected].534 [email protected]

lib/node_modules:
cd lib && npm ci
Expand Down

0 comments on commit e884a23

Please sign in to comment.