Skip to content

Commit

Permalink
fix: build icons in build-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 28, 2022
1 parent 9f624b4 commit 7ee0325
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@packages/icons",
"version": "0.0.0-development",
"description": "Cypress Icons",
"private": true,
"main": "index.js",
"scripts": {
"build": "scripts/build.sh",
"postbuild": "ts-node ./src/ico.ts",
"build-prod": "yarn build",
"build": "scripts/build.sh && ts-node ./src/ico.ts",
"test": "NODE_ENV=test mocha",
"test-watch": "NODE_ENV=test mocha --watch",
"prepublish": "npm run build",
"release": "releaser"
},
"devDependencies": {
Expand All @@ -19,16 +19,5 @@
"to-ico": "^1.1.5"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cypress-io/cypress-icons.git"
},
"homepage": "https://github.com/cypress-io/cypress-icons#readme",
"author": "Brian Mann",
"bugs": {
"url": "https://github.com/cypress-io/cypress-icons/issues"
},
"publishConfig": {
"access": "public"
}
"author": "Brian Mann"
}

0 comments on commit 7ee0325

Please sign in to comment.