File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 run : |
6161 npm install --ignore-scripts
6262 - name : Lint ✨
63- run : npm run lint
63+ run : npm run test: lint
6464
6565 Release :
6666 needs : [Test, Lint]
Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ export function toggle () {
166166 if ( wasMaximized ) {
167167 atom . maximize ( )
168168 }
169-
170169 } else {
171170 toggled = true
172171 initSubscriptions ( )
Original file line number Diff line number Diff line change 1010 ],
1111 "scripts" : {
1212 "lint" : " standard --fix lib/**/*.js spec/**/*.js" ,
13+ "test:lint" : " standard lib/**/*.js spec/**/*.js" ,
1314 "clean" : " shx rm -rf dist .parcel-cache" ,
1415 "dev" : " cross-env NODE_ENV=development BABEL_KEEP_MODULES=true rollup -c -w" ,
1516 "build.test" : " cross-env NODE_ENV=test BABEL_KEEP_MODULES=true rollup -c" ,
You can’t perform that action at this time.
0 commit comments