Skip to content

Commit b908a9a

Browse files
committed
Bugfix try again - lib files was not updated
1 parent 21c7212 commit b908a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"cleanup": "rimraf typings src node_modules/@iconscout/unicons/svg/line/snow-flake.svg",
99
"prepare-icons": "npm run cleanup && svgr --native --icon --typescript --ignore-existing -d src/icons node_modules/@iconscout/unicons/svg/line",
10-
"prepublish": "npm run prepare-icons && tsc -p tsconfig.json && npx api-extractor run --local && npm run cleanup"
10+
"prepublish": "npm run prepare-icons && rimraf lib && tsc -p tsconfig.json && npx api-extractor run --local && npm run cleanup"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)