Skip to content

Commit 2292302

Browse files
authored
Merge pull request #1342 from international-labour-organization/develop
Hotfix: CI build script
2 parents f7677e1 + 9b7155e commit 2292302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"clean": "rimraf es lib build-info.json metadata.json",
5353
"lint": "eslint .",
5454
"lint:fix": "eslint . --fix",
55-
"prepublishOnly": "pnpm run build",
55+
"prepublishOnly": "pnpm run build:lib",
5656
"update-readme": "node ./update_readme.js"
5757
},
5858
"dependencies": {

0 commit comments

Comments
 (0)