File tree Expand file tree Collapse file tree 5 files changed +6240
-541
lines changed
Expand file tree Collapse file tree 5 files changed +6240
-541
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ BIN := ./node_modules/.bin
55MOCHA_OPTS := -u tdd -r ts-node/register -r tsconfig-paths/register --extension ts
66NYC_OPTS := --temp-dir build/nyc_output --report-dir build/coverage
77
8- lib : ${SRC_FILES} package.json tsconfig.json node_modules rollup.config.js
8+ lib : ${SRC_FILES} package.json tsconfig.json node_modules rollup.config.mjs
99 @${BIN} /rollup -c && touch lib
1010
1111.PHONY : test
@@ -62,8 +62,8 @@ build/pages: build/docs test/browser.html
6262deploy-pages : | clean build/pages node_modules
6363 @${BIN} /gh-pages -d build/pages
6464
65- test/browser.html : $(SRC_FILES ) $(TEST_FILES ) test/rollup.config.js node_modules
66- @${BIN} /rollup -c test/rollup.config.js
65+ test/browser.html : $(SRC_FILES ) $(TEST_FILES ) test/rollup.config.mjs node_modules
66+ @${BIN} /rollup -c test/rollup.config.mjs
6767
6868.PHONY : browser-test
6969browser-test : test/browser.html
You can’t perform that action at this time.
0 commit comments