Browse Source

Fix syntax

pull/82/head
Sacha Weatherstone 3 years ago
parent
commit
ddbb9b501b
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      package.json

2
package.json

@ -8,7 +8,7 @@
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)",
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)"
},
"repository": {
"type": "git",

Loading…
Cancel
Save