Skip to content

Commit

Permalink
chore(icons): add compile to sync scripts to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Jul 16, 2024
1 parent 72a9856 commit 2ff3e7b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,14 @@
],
"scripts": {
"compile": "tsc",
"build:scripts": "nx exec -- node dist/scripts/build.js",
"build:scripts": "npm run compile && nx exec -- node dist/scripts/build.js",
"build": "nx exec -- node dist/scripts/generate-types.js && npm run compile && npm run copy",
"copy": "npx copyfiles --flat ./dist/icons.d.ts ../core/src",
"test:ci": "jest --coverage --no-cache --updateSnapshot --ci",
"test": "jest --maxWorkers=50%"
},
"nx": {
"targets": {
"build:scripts": {
"dependsOn": [
"compile"
]
},
"build": {
"dependsOn": [
"build:scripts"
Expand Down

0 comments on commit 2ff3e7b

Please sign in to comment.