Skip to content

Commit 0875107

Browse files
committed
Update tutorial to reflect changes in build command and remove unnecessary line
1 parent 4fd096c commit 0875107

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: docs/acars/customizing/tutorial.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ ACARS_SCRIPTS_PATH=$HOME/Documents/vmsacars/data/$ACARS_PROFILE_NAME/config
3232
3333
# Name of the distribution zip file that's created
3434
ACARS_DIST_ZIP=dist.zip
35-
3635
```
3736

3837
---
@@ -96,7 +95,7 @@ export default class ExampleRule implements Rule {
9695
Run the following to compile the Typescript and build the distribution:
9796

9897
```bash
99-
npm run local
98+
npm run dev
10099
```
101100

102101
This will also watch the `src/` directory for changes and recompile and copy

0 commit comments

Comments
 (0)