Skip to content

Commit

Permalink
fix: add build (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
devdigital authored Jan 10, 2024
1 parent 0cdc0da commit 58986e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/nx-yarn-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"executors": "./executors.json"
"executors": "./executors.json",
"scripts": {
"build": "echo No build"
}
}

0 comments on commit 58986e0

Please sign in to comment.