We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd096c commit 0875107Copy full SHA for 0875107
docs/acars/customizing/tutorial.md
@@ -32,7 +32,6 @@ ACARS_SCRIPTS_PATH=$HOME/Documents/vmsacars/data/$ACARS_PROFILE_NAME/config
32
33
# Name of the distribution zip file that's created
34
ACARS_DIST_ZIP=dist.zip
35
-
36
```
37
38
---
@@ -96,7 +95,7 @@ export default class ExampleRule implements Rule {
96
95
Run the following to compile the Typescript and build the distribution:
97
98
```bash
99
-npm run local
+npm run dev
100
101
102
This will also watch the `src/` directory for changes and recompile and copy
0 commit comments