Skip to content

Commit

Permalink
chore: added mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroportella committed Jul 25, 2024
1 parent a582005 commit c973b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "2.0.0",
"description": "This repository is configured to sync tokens via Figma.",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build:tokens",
"build:tokens": "node build-tokens.js",
"build:tokens": "node build-tokens.mjs",
"build:package": "tsc --build && copyfiles -u 1 src/android/**/*.tokens.xml src/css/**/*.tokens.css src/js/**/*.tokens.js src/scss/**/*.tokens.scss dist",
"ci": "npm-run-all build test",
"test": "jest"
Expand Down

0 comments on commit c973b91

Please sign in to comment.