Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers authored Apr 22, 2024
1 parent 4b2eca6 commit fab2f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"buildDebug": "npm run clean && npm run pnp-buildsystem-init && pnpbuild -n build-debug",
"clean": "del-cli \"./?(dist|site|build|buildsystem-config.js)\"",
"lint": "eslint ./packages ./test --ext .ts",
"just-publish": "npm run pnp-buildsystem-init && pnpbuild -n publish",
"package": "npm run pnp-buildsystem-init && pnpbuild -n package",
"pnp-buildsystem-init": "tsc -p tsconfig.buildsystem.json",
"pnp-publish-beta": "npm run pnp-buildsystem-init && pnpbuild -n publish-beta",
Expand Down

0 comments on commit fab2f17

Please sign in to comment.