Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Pipeline committed Sep 20, 2021
1 parent 5305c27 commit d9c0e27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
},
"scripts": {
"build:chalk": "parcel build ts/main.chalk.ts --target=node --bundle-node-modules --no-source-maps --no-minify -d ./target/js -o main.js",
"build:main": "parcel build ts/main.ts --target=node --bundle-node-modules --no-source-maps --no-minify -d ./target/js",
"build:main2": "parcel build ts/main.ts --no-source-maps --no-minify -d ./target/js",
"start:graaljs": "mvn -f pom.xml exec:exec",
"build": "parcel build ts/main.ts --target=node --bundle-node-modules --no-source-maps --no-minify -d ./target/js",
"start": "mvn -f pom.xml exec:exec",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit d9c0e27

Please sign in to comment.