Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Jan 15, 2024
1 parent 8f6dbc5 commit 6b4b637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --max-warnings 0 --fix",
"build": "npm run build:app && shx cp -r ../terminal/dist/. dist/terminal/",
"build:app": "shx rm -rf dist && tsc -p . && webpack --config webpack.config.js && webpack --config webpack.preload.config.js && shx chmod +x ./dist/node_modules/node-pty/build/Release/pty.node && shx chmod +x ./dist/node_modules/node-pty/build/Release/spawn-helper",
"build:node-pty": "test -f ./dist/node_modules/node-pty/build/Release/spawn-helper && shx chmod +x ./dist/node_modules/node-pty/build/Release/spawn-helper || true",
"build:app": "shx rm -rf dist && tsc -p . && webpack --config webpack.config.js && webpack --config webpack.preload.config.js && npm run build:node-pty",
"test": "jest --colors"
},
"devDependencies": {
Expand Down

0 comments on commit 6b4b637

Please sign in to comment.