Skip to content

Commit

Permalink
Merge pull request #7 from dorik/ci/setup_action
Browse files Browse the repository at this point in the history
ci: remove build from example pkgs
  • Loading branch information
getanwar authored Aug 13, 2023
2 parents 38f3f30 + 616fe96 commit ee9d3f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/with-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"main": "index.js",
"scripts": {
"build": "tsc",
"tsc": "tsc",
"start": "node dist/app.js"
},
"keywords": [],
Expand Down
1 change: 0 additions & 1 deletion examples/with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee9d3f1

Please sign in to comment.