build: ci workflow (partial)

This commit is contained in:
Mohamed Marrouchi
2024-12-10 10:56:49 +01:00
parent 1f61e43f58
commit 1be780e8e0
6 changed files with 168 additions and 56 deletions

View File

@@ -14,8 +14,7 @@
"lint:fix": "eslint . --ext ts,tsx --fix",
"preview": "vite preview",
"serve": "npx http-server ./dist/",
"typecheck": "tsc --noEmit",
"release": "npm run build && npm version patch && npm publish"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@types/emoji-js": "^3.5.2",