Skip to content

Commit

Permalink
create .nx directory to be available in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 4, 2023
1 parent db21039 commit da1f83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"release": "npm run build && lerna publish --force-publish",
"test": "lerna run test",
"test:nocache": "npm test -- --skip-nx-cache",
"watch": "npm run dev"
"watch": "npm run dev",
"postinstall": "mkdir -p .nx"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit da1f83b

Please sign in to comment.