Skip to content

Commit

Permalink
fix: avoid console error with postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
nchamo authored Sep 2, 2020
1 parent e7bde0f commit 06efe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"linker:watch": "decentraland-compiler build.linker.json --watch",
"scripts:build": "decentraland-compiler build.json",
"build": "npm run cli:build && npm run linker:build && npm run scripts:build && node ./postbuild",
"postinstall": "node ./postinstall || echo 'skip postinstall...'",
"postinstall": "node ./postinstall 2> postinstall-error.log || echo 'skip postinstall...'",
"lint": "tslint -e 'samples/**/*' -e '*.json' -c tslint.json 'src/**/*.ts'",
"test": "FORCE_COLOR=1 ava",
"test:dry": "FORCE_COLOR=1 ava --update-snapshots",
Expand Down

0 comments on commit 06efe1a

Please sign in to comment.