Skip to content

Commit

Permalink
fix: /bin/sh: 1: SET: not found in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
syauqi committed Nov 5, 2023
1 parent 57f10a2 commit 21ecae5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"node": ">=10"
},
"scripts": {
"start": "SET NODE_OPTIONS=--openssl-legacy-provider && tsdx watch",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && tsdx build",
"start": "set NODE_OPTIONS=--openssl-legacy-provider && tsdx watch",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "SET NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
"build-storybook": "SET NODE_OPTIONS=--openssl-legacy-provider && build-storybook",
"storybook": "set NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
"build-storybook": "set NODE_OPTIONS=--openssl-legacy-provider && build-storybook",
"chromatic": "npx chromatic --project-token=chpt_f2040c498eb8da3"
},
"peerDependencies": {
Expand Down

0 comments on commit 21ecae5

Please sign in to comment.