mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Fix escaping
This commit is contained in:
parent
0ad268ef60
commit
82f7d45cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue