Skip to content

Commit

Permalink
Get bootstrap bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 11, 2020
1 parent 1c2a4f9 commit 2ca4a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ts-twoslasher/package.json
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"start": "tsdx watch",
"build": "tsdx build; yarn readme",
"bootstrap": "yarn build",
"bootstrap": "yarn workspace typescript-vfs run bootstrap; yarn build",
"readme": "yarn md-magic README.md --config ./scripts/inline-results.js",
"test": "tsdx test",
"lint": "tsdx lint"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-vfs/package.json
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"bootstrap": "echo 'NOOP'",
"bootstrap": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint"
},
Expand Down

0 comments on commit 2ca4a9d

Please sign in to comment.