mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-29 11:54:30 +01:00
move eslint config to build folder
This commit is contained in:
parent
bf81e91d32
commit
a2fb3e7a38
3 changed files with 3 additions and 3 deletions
2
build/publish.sh
Executable file → Normal file
2
build/publish.sh
Executable file → Normal file
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
cd `dirname "$0"`
|
||||
|
||||
aws s3 sync ../web/ s3://sketcher/
|
||||
aws s3 sync ./web/ s3://sketcher/
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
"description": "JS.Sketcher is a parametric 2D and 3D CAD modeler written in pure javascript",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --content-base web/ --port 3000",
|
||||
"lint": "eslint web/app",
|
||||
"build": "webpack --config webpack.config.js --progress --profile --colors"
|
||||
"build": "webpack --config webpack.config.js --progress --profile --colors",
|
||||
"lint": "eslint web/app -c ./build/.eslintrc.json"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue