Skip to content

Commit

Permalink
build system :)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers committed Dec 20, 2023
1 parent 4cabfeb commit 651056e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions buildsystem-config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { resolve } from "path";
import * as s from "@pnp/buildsystem";
import { BuildSchema } from "@pnp/buildsystem";
// import { ConfigCollection, BuildSchema, Tasks, PackageSchema, PublishSchema } from "@pnp/buildsystem";


export default [{
export default [<BuildSchema>{
name: "build",
distFolder: "./dist/packages",
targets: [
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@azure/identity": "3.3.0",
"@azure/msal-node": "1.18.3",
"@microsoft/microsoft-graph-types": "2.38.0",
"@pnp/buildsystem": "4.0.0-beta0",
"@pnp/buildsystem": "^4.0.0-beta2",
"@types/chai": "4.3.6",
"@types/chai-as-promised": "7.1.6",
"@types/core-js": "2.5.6",
Expand Down
2 changes: 1 addition & 1 deletion tools/buildsystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnp/buildsystem",
"version": "4.0.0-beta1",
"version": "4.0.0-beta2",
"bin": {
"pnpbuild": "bin/buildsystem.js"
},
Expand Down

0 comments on commit 651056e

Please sign in to comment.