Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Spappz committed Jun 1, 2024
1 parent d9f5b08 commit 06df368
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 @@ -24,7 +24,7 @@
"bundle": "npm run bundle:bySource -- -Compress && npm run bundle:byDatatype -- -Compress -SkipEmpty",
"bundle:bySource": "pwsh scripts/bundle-bySource.ps1 -ExecutionPolicy Unrestricted -NoProfile",
"bundle:byDatatype": "pwsh scripts/bundle-byDatatype.ps1 -ExecutionPolicy Unrestricted -NoProfile",
"build": "npm run test && npm run clean && npm run index && npm run bundle"
"build": "npm i && npm run test && npm run clean && npm run index && npm run bundle"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 06df368

Please sign in to comment.