Skip to content

Commit

Permalink
fix: versatiles-style.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Feb 19, 2024
1 parent 3d63afe commit cd9849d
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 @@ -7,7 +7,7 @@
"scripts": {
"check": "npm run lint && npm run build && npm run test",
"build": "rm -rf release; npm run build-browser && npm run build-node && npm run build-styles && npm run build-sprites",
"build-browser": "rollup -c=rollup.config.js; tar -cf - release/versatiles-style/versatiles-style.* | gzip -9 > release/versatiles-style.tar.gz; rm -rf release/versatiles-style",
"build-browser": "rollup -c=rollup.config.js; $(cd release/versatiles-style; tar -cf - versatiles-style.* | gzip -9 > ../versatiles-style.tar.gz); rm -rf release/versatiles-style",
"build-node": "rm -rf dist && tsc -p tsconfig.node.json && chmod +x dist/index.js",
"build-styles": "tsx scripts/build-styles.ts",
"build-sprites": "tsx scripts/build-sprites.ts",
Expand Down

0 comments on commit cd9849d

Please sign in to comment.