We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c1aa8 commit 5899bbbCopy full SHA for 5899bbb
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"scripts": {
8
- "build": "lamington build",
+ "build": "npm run clean && tsc && npm run copy:scripts",
9
"check:types": "tsc --noEmit",
10
"copy:scripts": "cp -r ./src/scripts/ ./lib/scripts/",
11
"clean": "rm -rf ./lib",
0 commit comments