The Wayback Machine - https://web.archive.org/web/20210401162704/https://github.com/github/fetch/blob/master/Makefile
Permalink
Cannot retrieve contributors at this time
18 lines (12 sloc)
425 Bytes
|
test: lint dist/fetch.umd.js |
|
|
|
lint: node_modules/ |
|
./node_modules/.bin/eslint --report-unused-disable-directives *.js test/*.js |
|
|
|
dist/fetch.umd.js: fetch.js rollup.config.js node_modules/ |
|
./node_modules/.bin/rollup -c |
|
|
|
dist/fetch.umd.js.flow: fetch.js.flow |
|
cp $< $@ |
|
|
|
node_modules/: |
|
npm install |
|
|
|
clean: |
|
rm -rf ./bower_components ./node_modules ./dist |
|
|
|
.PHONY: clean lint test make dist/fetch.umd.js dist/fetch.umd.js.flow |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.