[Backport 7.x] Fix parcel build (#1536)

Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-08-23 15:31:01 +02:00
committed by GitHub
parent ef11962ad4
commit ee867daad0

View File

@ -2,7 +2,6 @@
"name": "parcel-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "parcel build index.js --no-source-maps"