File tree Expand file tree Collapse file tree 2 files changed +151
-1120
lines changed Expand file tree Collapse file tree 2 files changed +151
-1120
lines changed Original file line number Diff line number Diff line change 1010 "lint" : " eslint --ignore-path .gitignore --fix \" **/*.js\" " ,
1111 "test" : " cross-env NODE_ENV=test DEBUG=nuxt:netlify-cms jest --runInBand --forceExit" ,
1212 "pretest" : " yarn lint" ,
13- "build" : " babel --ignore src/**/__tests__/,src/**/__mocks__/ -d ./dist ./src" ,
14- "watch" : " babel -w --ignore src/**/__tests__/,src/**/__mocks__/ -d ./dist ./src" ,
13+ "build" : " del ./dist && babel --ignore src/**/__tests__/,src/**/__mocks__/ -d ./dist ./src" ,
14+ "watch" : " del ./dist && babel -w --ignore src/**/__tests__/,src/**/__mocks__/ -d ./dist ./src" ,
1515 "release" : " standard-version; git push --follow-tags" ,
1616 "prepare" : " yarn build"
1717 },
3737 "babel-eslint" : " ^10.0.1" ,
3838 "codecov" : " ^3.0.0" ,
3939 "cross-env" : " ^5.0.5" ,
40+ "del-cli" : " ^1.1.0" ,
4041 "eslint" : " ^5.0.1" ,
4142 "eslint-config-i-am-meticulous" : " ^11.0.0" ,
4243 "eslint-config-prettier" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments