Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-developer authored Nov 3, 2022
1 parent d1fec93 commit 1067d11
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 @@ -12,7 +12,7 @@
"scripts": {
"build": "rm -rf ./.build && babel lib -d .build/lib && babel index.js --out-file .build/index.js && cp package.json ./.build && cp README.md ./.build",
"build-win": "babel lib -d .build/lib && babel index.js --out-file .build/index.js && copy package.json .build && copy README.md .build",
"build-tsc": "tsc && copy package.json .build && copy README.md .build",
"build-tsc": "tsc && cp package.json .build && cp README.md .build",
"test": "jest",
"lint": "eslint lib/**/*.js test/**/*.js --cache",
"format": "prettier --single-quote --write ./test/**/*.js ./lib/*.js ./lib/**/*.js",
Expand Down

0 comments on commit 1067d11

Please sign in to comment.