Skip to content

Commit

Permalink
remove build check
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Jan 20, 2023
1 parent fc216a7 commit 637a046
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 @@ -14,7 +14,6 @@
"dev": "ts-node-dev --inspect --poll --respawn --ignore-watch node_modules src/index.ts",
"dev:docker": "docker compose -f docker-compose.dev.yml up --force-recreate --build",
"generateLPTypings": "node ./res/generateLanguagePackTypings",
"preversion": "npm run build && npm run build:docker",
"postversion": "git push && git push --tags"
},
"repository": {
Expand Down Expand Up @@ -77,4 +76,4 @@
"pre-commit": "./res/pre-commit.sh"
}
}
}
}

0 comments on commit 637a046

Please sign in to comment.