-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
16 lines (12 loc) · 1.02 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
install:
npx npm install
prod:
NODE_ENV=production npx rollup -c rollup.config.js
#cp /home/martijn/Documents/work/2019-01_sscview-js/dist_test/index.js /home/martijn/Documents/work/2019-10_research_assignment_jordi/compare/slider/
#cp /home/martijn/Documents/work/2019-01_sscview-js/dist_test/index.js.map /home/martijn/Documents/work/2019-10_research_assignment_jordi/compare/slider/
dev:
NODE_ENV=development npx rollup -c rollup.config.js
#cp /home/martijn/Documents/work/2019-01_sscview-js/dist_test/index.js /home/martijn/Documents/work/2019-10_research_assignment_jordi/compare/
#cp /home/martijn/Documents/work/2019-01_sscview-js/dist_test/index.js.map /home/martijn/Documents/work/2019-10_research_assignment_jordi/compare/
#cp /home/martijn/Documents/work/2019-01_sscview-js/dist_test/index.js /home/martijn/Documents/work/2019-10_research_assignment_jordi/compare/slider/
#cp /home/martijn/Documents/work/2019-01_sscview-js/dist_test/index.js.map /home/martijn/Documents/work/2019-10_research_assignment_jordi/compare/slider/