Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename dist folder for publish-to-gh-pages
Browse files Browse the repository at this point in the history
grahamalama committed Jan 12, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent a054b1a commit 5f64ca2
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
@@ -10,7 +10,7 @@
"cs-format": "prettier \"{src,test}/**/*.{js,ts,tsx}\" --write",
"lint": "eslint \"src/**/*.{js,ts,tsx}\" \"test/**/*.{js,ts,tsx}\"",
"preview": "vite preview",
"publish-to-gh-pages": "cross-env ASSET_PATH=/kinto-admin/ npm run build && gh-pages --add --dist build/",
"publish-to-gh-pages": "cross-env ASSET_PATH=/kinto-admin/ npm run build && gh-pages --add --dist dist/",
"start": "vite",
"tdd": "vitest",
"test": "vitest --watch=false",

0 comments on commit 5f64ca2

Please sign in to comment.