mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
Added developer section to package-solution.json Upgrade to SPFx version 1.13.1 Updated package.json and package-lock.json Upgrade to v1.0.18
7 lines
274 B
JSON
7 lines
274 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
|
"workingDir": "./release/assets/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "pnp-script-editor",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |