File tree 2 files changed +151
-1120
lines changed
2 files changed +151
-1120
lines changed Original file line number Diff line number Diff line change 10
10
"lint" : " eslint --ignore-path .gitignore --fix \" **/*.js\" " ,
11
11
"test" : " cross-env NODE_ENV=test DEBUG=nuxt:netlify-cms jest --runInBand --forceExit" ,
12
12
"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" ,
15
15
"release" : " standard-version; git push --follow-tags" ,
16
16
"prepare" : " yarn build"
17
17
},
37
37
"babel-eslint" : " ^10.0.1" ,
38
38
"codecov" : " ^3.0.0" ,
39
39
"cross-env" : " ^5.0.5" ,
40
+ "del-cli" : " ^1.1.0" ,
40
41
"eslint" : " ^5.0.1" ,
41
42
"eslint-config-i-am-meticulous" : " ^11.0.0" ,
42
43
"eslint-config-prettier" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments