Skip to content

Commit 8a9ca0d

Browse files
authored
Add start:demo script to package.json
1 parent 57a4d5e commit 8a9ca0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"format": "prettier . --write",
2727
"ng": "ng",
2828
"start": "ng serve",
29+
"start:demo": "pnpm run build && pnpm run start",
2930
"test": "ng test",
3031
"watch": "ng build --watch --configuration development",
3132
"publish:lib": "pnpm publish ./dist/ngx-json-treeview"

0 commit comments

Comments
 (0)