https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add build script to package json

authored by

Clay and committed by
GitHub
f7133d06 26f99cba

+2 -1
+2 -1
package.json
··· 7 7 "author": "", 8 8 "scripts": { 9 9 "lint": "oxlint", 10 - "fix": "oxlint --fix" 10 + "fix": "oxlint --fix", 11 + "build": "bash scripts/build.sh" 11 12 }, 12 13 "devDependencies": { 13 14 "html-minifier-terser": "^7.2.0",