diff options
author | 2021-08-19 01:07:08 -0400 | |
---|---|---|
committer | 2021-08-18 22:07:08 -0700 | |
commit | e66872125d6a5e5246aeb7a2f1d5784d5c5493b7 (patch) | |
tree | 05bfcb3ec8c33a798fdc32b8d1633151e7a8a113 /examples/with-markdown-plugins | |
parent | ece0953aed6879b4e7bf2b812b4a20508181b496 (diff) | |
download | astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.tar.gz astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.tar.zst astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.zip |
add dev script, switch documentation from advising start to dev script (#1141)
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 520e7552d..209bb14d6 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -3,6 +3,7 @@ "version": "0.0.2", "private": true, "scripts": { + "dev": "astro dev", "start": "astro dev", "build": "astro build" }, |