Skip to content

Commit

Permalink
chore: fix pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Remy committed Mar 19, 2024
1 parent 468f21d commit c84487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proprietary/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf dist/",
"prebuild": "npm run clean",
"build": "npm-run-all build:**",
"build:style-dictionary": "style-dictionary build --config ./config.js",
"build:style-dictionary": "node ./config.js",
"watch": "npm-run-all watch:**",
"watch:style-dictionary": "chokidar --follow-symlinks --initial --command 'npm run build' 'src/**/*.json'"
},
Expand Down

0 comments on commit c84487f

Please sign in to comment.