Skip to content

Commit

Permalink
Revert "chore: Try without run-s in build script"
Browse files Browse the repository at this point in the history
This reverts commit dd08f0c.
  • Loading branch information
msarcev committed Nov 24, 2023
1 parent dd08f0c commit ec0ed89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sass-lint": "stylelint ./src/**/*.scss",
"build-internal": "tsc && vite build",
"build-test": "vitest run",
"build": "npm run lint && npm run sass-lint && npm run build-test && npm run build-internal",
"build": "run-s lint sass-lint build-internal",
"test": "vitest"
},
"dependencies": {
Expand Down

0 comments on commit ec0ed89

Please sign in to comment.