mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 17:30:02 +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"
|
"surfer": "./dist/index.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "npm run build",
|
"prepare": "pnpm run build",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:dev": "jest --watch",
|
"test:dev": "jest --watch",
|
||||||
"build": "tsc && chmod +x ./dist/index.js && cp src/commands/license-check.txt dist/commands/license-check.txt",
|
"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