File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 ],
1010 "types" : " dist/index.d.ts" ,
1111 "scripts" : {
12- "test" : " cross-env NODE_ENV=test ./node_modules/.bin/ jest" ,
13- "development" : " cross-env NODE_ENV=local ./node_modules/.bin/ rollup --config rollup.config.ts --configPlugin typescript" ,
12+ "test" : " cross-env NODE_ENV=test npx jest" ,
13+ "development" : " cross-env NODE_ENV=local npx rollup --config rollup.config.ts --configPlugin typescript" ,
1414 "dev" : " npm run development" ,
15- "production" : " cross-env NODE_ENV=production ./node_modules/.bin/ rollup --config rollup.config.ts --configPlugin typescript" ,
15+ "production" : " cross-env NODE_ENV=production npx rollup --config rollup.config.ts --configPlugin typescript" ,
1616 "prod" : " npm run production" ,
17- "watch" : " cross-env NODE_ENV=local ./node_modules/.bin/ rollup --config rollup.config.ts --configPlugin typescript --watch" ,
18- "lint" : " ./node_modules/.bin/ eslint --ext .tsx ./" ,
17+ "watch" : " cross-env NODE_ENV=local npx rollup --config rollup.config.ts --configPlugin typescript --watch" ,
18+ "lint" : " npx eslint --ext .tsx ./" ,
1919 "clean" : " rm -rf dist"
2020 },
2121 "keywords" : [
You can’t perform that action at this time.
0 commit comments