Skip to content

Commit ebb2a41

Browse files
author
ricwilson
committed
feat: add data generation script to package.json
1 parent c752e65 commit ebb2a41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AzureMapsGrid/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"rebuild": "pcf-scripts rebuild",
1111
"start": "pcf-scripts start",
1212
"start:watch": "pcf-scripts start watch",
13-
"refreshTypes": "pcf-scripts refreshTypes"
13+
"refreshTypes": "pcf-scripts refreshTypes",
14+
"data": "python ./data/generate.py"
1415
},
1516
"dependencies": {
1617
"@types/node": "^10.17.24",

0 commit comments

Comments
 (0)