Skip to content

Commit

Permalink
chore: update nuget generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Dec 2, 2023
1 parent ebef629 commit fd2ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"linux:ci": "npm run clean && npm run all:ci && npm run coveralls && npm run apidocs",
"appveyor": "npm run all:ci && npm run nuget 0.0.1",
"browserstack": "karma start karma.conf.browsers.js",
"nuget": ".\\src\\tools\\NuGet.exe pack Excalibur.nuspec -OutputDirectory .\\build\\dist -version",
"nuget": ".\\src\\tools\\NuGet.exe pack Excalibur.nuspec -OutputDirectory .\\build\\nuget -version",
"start": "npm run core:watch",
"build": "npm run core",
"build:esm": "npm run core:bundle:esm",
Expand Down

0 comments on commit fd2ee12

Please sign in to comment.