Skip to content

Commit 4fb0c97

Browse files
committed
fixed plot view reset
1 parent 5c96704 commit 4fb0c97

10 files changed

Lines changed: 5070 additions & 60 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cSpell.words": ["functionplot"]
3+
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"scripts": {
1010
"build:prod": "webpack --env=production",
1111
"build:dev": "webpack",
12-
"build": "yarn build:dev",
13-
"lint:prod": "yarn eslint -c .eslintrc.prod.json .",
12+
"build": "npm run build:dev",
13+
"lint:prod": "npm run eslint -c .eslintrc.prod.json .",
1414
"test": "jest",
15-
"format": "yarn prettier --write .",
16-
"lint": "yarn eslint -c .eslintrc.json .",
15+
"format": "npm run prettier --write .",
16+
"lint": "npm run eslint -c .eslintrc.json .",
1717
"postinstall": "husky install"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)