Skip to content

Commit

Permalink
removing src
Browse files Browse the repository at this point in the history
  • Loading branch information
akachwala-ch committed Feb 14, 2024
1 parent c6b084a commit 60e1848
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 @@ -10,7 +10,7 @@
"scripts": {
"prebuild": "rm -rf ./dist",
"build:assets": "gulp build",
"build:server": "tsc && cp -r src/main/views dist/src/main && cp -r src/config dist/",
"build:server": "tsc && cp -r src/main/views dist/src/main && cp -r config dist/",
"build": "npm run build:assets && npm run build:server",
"lint": "eslint 'src/**/*.ts' 'src/test/src/**/*.ts'",
"lint:fix": "eslint 'src/**/*.ts' 'src/test/src/**/*.ts' --fix",
Expand Down

0 comments on commit 60e1848

Please sign in to comment.