File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ Please follow the commit specification. See [`.commitlintrc.json`](https://githu
49
49
### Commonly used NPM scripts
50
50
51
51
``` bash
52
- # add new problem
53
- $ yarn new
54
52
# run project in development mode
55
53
$ yarn dev
56
54
# build all dist files
@@ -64,7 +62,7 @@ There are some other scripts available in the `scripts` section of the `package.
64
62
- ** ` assets ` ** : contains static files of the site
65
63
- ** ` config ` ** : contains configuration files
66
64
- ** ` src ` ** : contains the source code
67
- - ** ` problems ` ** : contains all the problems
65
+ - ** ` tools ` ** : contains the built-in config and plugin files
68
66
69
67
All our source files are written in typescript, please make sure your submissions have strict type deduction and follow eslint specifications.
70
68
You can’t perform that action at this time.
0 commit comments