Skip to content

Commit

Permalink
Merge branch 'parcel_move'
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Oct 9, 2020
2 parents 0250851 + 9ad6768 commit 2e0d24f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"test": "tests"
},
"scripts": {
"prepare": "npx rimraf js; npx rimraf dist; ./node_modules/.bin/tsc; ./node_modules/.bin/webpack"
"prepare-webpack": "npx rimraf js; npx rimraf dist; ./node_modules/.bin/tsc; ./node_modules/.bin/webpack",
"prepare-parcel": "npx rimraf js; npx rimraf dist; npx parcel build ts/index.ts --target node --out-file sretest.js",
"prepare": "npm run prepare-parcel"
},
"maintainers": [
"Volker Sorge <[email protected]> (http://www.cs.bham.ac.uk/~vxs)"
Expand Down

0 comments on commit 2e0d24f

Please sign in to comment.