fixed readme and npm commands

main
Inga 🏳‍🌈 6 months ago
parent ddeb4e3e64
commit f804a44e41
  1. 2
      README.md
  2. 2
      package.json

@ -48,7 +48,7 @@ For development: `npm run dev`.
For release build that does not require any interactivity on server, `npm run start-release`
(which lints and typechecks and tests everything, builds the project into static bundles in `dist/`, and serves static files from `dist` directory).
2
### Limitations, notes
While the original task didn't mention it, it seemed like a good idea to make markers draggable (in order to be able to change the position of an existing marker).

@ -8,7 +8,7 @@
"lint": "eslint \"{src,test}/**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit",
"test": "tap run",
"prebuild": "npm run lint && npm run typecheck",
"prebuild": "npm run lint && npm run typecheck && npm run test",
"preview": "vite preview"
},
"dependencies": {

Loading…
Cancel
Save