Skip to content

Commit

Permalink
⚡ Skip /node-dev during build (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Jan 13, 2022
1 parent e0ef645 commit f788422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/node-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"scripts": {
"dev": "npm run watch",
"build": "tsc",
"build": "",
"build-node-dev": "tsc",
"format": "cd ../.. && node_modules/prettier/bin-prettier.js packages/node-dev/**/**.ts --write",
"lint": "cd ../.. && node_modules/eslint/bin/eslint.js packages/node-dev",
"lintfix": "cd ../.. && node_modules/eslint/bin/eslint.js packages/node-dev --fix",
Expand Down

0 comments on commit f788422

Please sign in to comment.