mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
fix: update package.json script
This commit is contained in:
parent
7c1eafd953
commit
211ece2d94
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"surfer": "./dist/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "npm run build",
|
||||
"prepare": "pnpm run build",
|
||||
"test": "jest",
|
||||
"test:dev": "jest --watch",
|
||||
"build": "tsc && chmod +x ./dist/index.js && cp src/commands/license-check.txt dist/commands/license-check.txt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue