Skip to content

Commit

Permalink
ci: remove watch script (#35)
Browse files Browse the repository at this point in the history
* ci: remove watch script

* ci: update lock
  • Loading branch information
vtrbo authored Oct 26, 2023
1 parent 3b7a6d3 commit b596c88
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 95 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"scripts": {
"create": "esno scripts/create-package.ts",
"watch": "esno scripts/watch-package.ts",
"dev": "pnpm build",
"build": "pnpm build:packages && tsup",
"build:packages": "pnpm -r --filter=!playground --filter=!docs build",
"dev:playground": "pnpm -C playground dev",
Expand Down Expand Up @@ -78,7 +78,6 @@
"@types/node": "^20.8.5",
"@types/shelljs": "^0.8.13",
"bumpp": "^9.2.0",
"chokidar": "^3.5.3",
"eslint": "^8.51.0",
"esno": "^0.17.0",
"lint-staged": "^15.0.1",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function runCommand(command: string, dir = process.cwd(), options: Record
)
}
catch (error) {
reject(error.message)
reject((error as any).message)
}
})
}
89 changes: 0 additions & 89 deletions scripts/watch-package.ts

This file was deleted.

0 comments on commit b596c88

Please sign in to comment.