Skip to content

Commit

Permalink
馃敤 Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Damiano Salvi committed Apr 17, 2023
1 parent 6a7cefe commit 15458f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type-check": "tsc --noEmit",
"build:types": "rm -rf types && tsc --emitDeclarationOnly",
"build:js": "rm -rf dist && babel src --ignore '**/*.test.ts' --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"build:exec": "gsed -i '1i #!/usr/bin/env node' dist/bin/pota-ipsum.bin.js",
"build:exec": "sed -i '1i #!/usr/bin/env node' dist/bin/pota-ipsum.bin.js",
"build": "npm run build:types && npm run build:js && npm run build:exec",
"lint:check": "tslint -c tslint.json src/**/*.ts",
"test": "jest --coverage",
Expand Down

0 comments on commit 15458f3

Please sign in to comment.