Skip to content

Commit

Permalink
Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed May 2, 2024
1 parent 7f3282f commit 16c12cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion projects/js-packages/social-logos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"require-dev": {
"automattic/jetpack-changelogger": "@dev"
},
"scripts": {},
"scripts": {
"build-development": "./tools/build",
"build-production": "./tools/build"
},
"repositories": [
{
"type": "path",
Expand Down
4 changes: 0 additions & 4 deletions projects/js-packages/social-logos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,5 @@
},
"scripts": {
"build": "./tools/build"
},
"volta": {
"node": "16.8.0",
"npm": "7.21.1"
}
}

0 comments on commit 16c12cd

Please sign in to comment.