Skip to content

Commit

Permalink
lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ridomin committed Dec 4, 2023
1 parent c453f77 commit d015dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"start": "node node_modules/serve/bin/serve.js .",
"start": "node node_modules/serve/build/main.js .",
"build": "rm -r -f app && mkdir app && cp index.* app/ && cp s.css app && cp Az*.js app && cp *.ico app && cp -R lib/ app/"
},
"keywords": [
Expand Down

0 comments on commit d015dd0

Please sign in to comment.