Skip to content

Commit

Permalink
chore: remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kollhof committed Oct 1, 2021
1 parent b2dbe24 commit 9b76dba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
"test": "run jest",
"jest": "jest --verbose --runInBand --no-cache ",
"cd": "run clean test build release",
"release": "semantic-release --debug",
"sm": "run sm:*",
"sm:build": "fnk --src ../foo.fnk --out-dir ../ --source-maps inline --module-type 'mjs'",
"sm:view": "npx source-map-visualize ../foo.js"
"release": "semantic-release --debug"
},
"devDependencies": {
"@fink/cli": "^8.0.0",
Expand Down

0 comments on commit 9b76dba

Please sign in to comment.