Skip to content

Commit

Permalink
Merge pull request #35 from farrah-deriv/build-workflow
Browse files Browse the repository at this point in the history
farrah/ci: build
  • Loading branch information
farrah-deriv authored Apr 29, 2024
2 parents f28751e + 1f75db9 commit 97d68cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "tsc && vite build",
"build": "tsc && vite build",
"fix": "eslint \"./src/**/*.?(js|jsx|ts|tsx)\" --fix",
"preview": "vite preview",
"test:lint": "prettier --log-level silent --write . && eslint \"./src/**/*.?(js|jsx|ts|tsx)\"",
Expand Down

0 comments on commit 97d68cf

Please sign in to comment.