Skip to content

Commit

Permalink
config package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Snafkin547 committed Mar 27, 2024
1 parent edbbb0c commit 12b5534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier:fix": "",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier --write '**/*.{js,ts}'",
"tutorial": "npm install && cd tutorials && node index.js",
"build": "browserify lib/jiff-client.js --debug -s JIFFClient -o dist/jiff-client.js && browserify lib/ext/jiff-client-websockets.js --debug -s jiff_websockets -o dist/jiff-client-websockets.js"
},
Expand Down

0 comments on commit 12b5534

Please sign in to comment.