You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/playback/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Remember to run `npm install` without any serious errors in this directory.
24
24
25
25
*`npm run check`: Compile typescript files (`src/*.ts`) without creating any output files, and pipe output to less. Use this command when you need to update playback for new schema.
26
26
*`npm run build`: Compile typescript files (`src/*.ts`) into javascript & typescript declaration files. (`out/*.js`, `out/*.d.ts`)
27
-
*`npm run gen`: Generate dummy `.bc22` files. It runs typescript without transcripting into javascript, by using `ts-node`. (`../examples`)
27
+
*`npm run gen`: Generate dummy `.bc23` files. It runs typescript without transcripting into javascript, by using `ts-node`. (`../examples`)
28
28
*`npm run clean`: Simply remove itself and everything in `out` directory.
29
29
*`npm run watch`: Watch for chanages on `src/*.ts` files, and build again whenever change is detected.
30
30
@@ -34,11 +34,11 @@ The other scripts are under maintenance.
34
34
### Structure
35
35
*`src/*.ts` : main source files. `index.ts` is the starting point
0 commit comments