code-server/test/unit/node/test-plugin/Makefile

7 lines
164 B
Makefile
Raw Normal View History

2021-03-10 07:32:31 +08:00
out/index.js: src/index.ts
# Typescript always emits, even on errors.
npm run build || rm out/index.js
2021-03-10 07:32:31 +08:00
node_modules: package.json package-lock.json
npm install