Fix escaping

This commit is contained in:
Jordan Eldredge 2023-02-05 12:06:09 -08:00
parent 0ad268ef60
commit 82f7d45cf9

View file

@ -50,7 +50,7 @@
"build-library": "parcel build --target webamp-browser --target webamp-browser-min --target webamp-lazy-browser --target webamp-lazy-browser-min --reporter @parcel/reporter-bundle-analyzer",
"move-library": "node scripts/moveLibrary.js",
"prepublishOnly": "npm run build-library && npm run move-library && npm run type-check",
"publish-next": "yarn publish --new-version='0.0.0-next-$(git rev-parse --short HEAD)' --tag next",
"publish-next": "yarn publish --new-version=\"0.0.0-next-$(git rev-parse --short HEAD)\" --tag next",
"serve": "http-server ./dist/demo-site",
"start": "parcel demo/index.html",
"test": "jest --config=config/jest.unit.js",