Skip to content

Commit

Permalink
fix: build icons in build-prod (#20411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthélémy Ledoux authored Mar 1, 2022
1 parent 9f624b4 commit 4b195dd
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"
}

3 comments on commit 4b195dd

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4b195dd Mar 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.0/linux-x64/circle-10.0-release-4b195dde88f8482afa168b0dd2d13a5639afd6bd/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4b195dd Mar 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.0/win32-x64/circle-10.0-release-4b195dde88f8482afa168b0dd2d13a5639afd6bd/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4b195dd Mar 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.0.0/darwin-x64/circle-10.0-release-4b195dde88f8482afa168b0dd2d13a5639afd6bd/cypress.tgz

Please sign in to comment.