Skip to content

Commit

Permalink
add sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable committed Apr 3, 2024
1 parent 12a55d0 commit bd266d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"start": "webpack serve",
"bump": "npm version prerelease --preid=beta --no-git-tag-version && npm run bump:git",
"bump:git": "git add --all && git commit -m \"New version $npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main",
"sync-figma":"npm run sync-icons && npm run sync-colors",
"sync-icons": "node -r dotenv/config -r ts-node/register ./tools/scripts/sync-icons.ts",
"sync-colors": "node -r dotenv/config -r ts-node/register ./tools/scripts/sync-colors.ts"
},
Expand Down

0 comments on commit bd266d1

Please sign in to comment.