Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Nov 6, 2024
1 parent bc45841 commit 8a83fdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"license": "ISC",
"author": "",
"scripts": {
"build": "tsc",
"buildd": "tsx ./esbuild-package.config.ts",
"build": "npx tsc",
"check": "npm run typecheck && npm run format:check && npm run lint",
"console": "tsx src/console.ts",
"dev": "tsx --watch --no-warnings ./src/server.ts",
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"name": "@octocloud/validator",
"scripts": {
"build": "cd backend && npm install --ignore-scripts && npm run build",
"prepare": "cd backend && npm install --ignore-scripts && npm run build"
},
"version": "1.0.0",
"description": "",
"devDependencies": {
Expand Down

0 comments on commit 8a83fdf

Please sign in to comment.